Explorar el Código

Try silencing buildah error on Ubuntu

bryan hace 1 mes
padre
commit
720e11d403
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -458,7 +458,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 2>/dev/null) &&
     buildah run "$cnt" -- sh -c \
         "apk add apt" &>/dev/null &&
     buildah run "$cnt" -- sh -c \