|
@@ -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 \
|