From 570f5b8634648552374de42c7319dcc951bc50e4 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 10:42:43 -0400 Subject: [PATCH] Quiet containers --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 8bc34a1..85ff7b6 100755 --- a/installJRMC +++ b/installJRMC @@ -431,7 +431,7 @@ get_latest_mc_version() { Components: main Architectures: '"$MC_ARCH"' EOF - apt-get update --allow-insecure-repositories' && + apt-get update --allow-insecure-repositories &>/dev/null' && MC_VERSION=$(sudo buildah run "$cnt" -- apt-cache policy "mediacenter${USER_MC_MVERSION:-${MC_VERSION%%.*}}" | grep Candidate | awk '{print $2}' | sort -V | tail -n1) && [[ $MC_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then mc_version_source="containerized package manager"