Try silencing buildah error on Ubuntu

This commit is contained in:
2024-08-31 21:39:10 -04:00
parent 2934b19819
commit 720e11d403

View File

@@ -458,7 +458,7 @@ setMCVersion() {
MC_VERSION="$USER_MC_VERSION" MC_VERSION="$USER_MC_VERSION"
# Containerized package manager # Containerized package manager
elif installPackage --silent buildah && 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 \ buildah run "$cnt" -- sh -c \
"apk add apt" &>/dev/null && "apk add apt" &>/dev/null &&
buildah run "$cnt" -- sh -c \ buildah run "$cnt" -- sh -c \