Quiet container output

This commit is contained in:
2022-06-17 16:02:06 -04:00
parent 49d26b3da1
commit 44f2b287d2

View File

@@ -304,7 +304,7 @@ getVersion() {
VERSION_SOURCE="user input"
# Containerized package manager
elif installPackage --silent buildah &&
cnt=$(buildah from debian:$BASE) &>/dev/null &&
cnt=$(buildah from --quiet debian:$BASE) &>/dev/null &&
buildah run "$cnt" -- bash -c \
"echo 'deb [trusted=no arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ $BASE main' > /etc/apt/sources.list 2>&1" &>/dev/null &&
buildah run "$cnt" -- bash -c \