From 2934b19819922a26f8687f07920411d367736e9a Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 31 Aug 2024 21:38:02 -0400 Subject: [PATCH] Try silencing buildah error on Ubuntu --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 661bc28..2da30ac 100755 --- a/installJRMC +++ b/installJRMC @@ -16,7 +16,7 @@ shopt -s extglob -declare -g SCRIPTVERSION="1.2.1" +declare -g SCRIPTVERSION="1.2.2-dev" declare -g BOARDURL="https://yabb.jriver.com/interact/index.php/board,86.0.html" # MC33 declare -g MC_VERSION="33.0.15" # Do find all replace declare -g MC_DEFAULT_REPO="bullseye" # should match the MC_VERSION @@ -458,7 +458,7 @@ setMCVersion() { MC_VERSION="$USER_MC_VERSION" # Containerized package manager elif installPackage --silent buildah && - cnt=$(buildah from --quiet alpine:edge) && + cnt=$(buildah from --quiet alpine:edge) &>/dev/null && buildah run "$cnt" -- sh -c \ "apk add apt" &>/dev/null && buildah run "$cnt" -- sh -c \