소스 검색

temp debug output

bryan 4 달 전
부모
커밋
901b9609b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -424,7 +424,7 @@ setMCVersion() {
         MC_VERSION="$USER_MC_VERSION"
     # Containerized package manager
     elif installPackage --silent buildah &&
-    cnt=$(buildah from --quiet alpine:edge) &>/dev/null &&
+    cnt=$(buildah from --quiet alpine:edge) &&
     buildah run "$cnt" -- bash -c \
         "apk add apt" &>/dev/null &&
     buildah run "$cnt" -- bash -c \