Explorar o código

temp debug output

bryan hai 4 meses
pai
achega
901b9609b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \