Parcourir la source

Try silencing buildah error on Ubuntu

bryan il y a 1 mois
Parent
commit
720e11d403
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 \