From f92a89c99c81c988fd93c3e126c13999e5a128d8 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 11 Jul 2025 19:32:29 -0400 Subject: [PATCH] Quiet containerized package manager warning --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 7a63f32..1e31291 100755 --- a/installJRMC +++ b/installJRMC @@ -741,7 +741,7 @@ acquire_deb() { [[ -f $MC_DEB ]] && execute sudo buildah umount "$CNT" && execute sudo buildah rm "$CNT"; }; then - err "Failed to download DEB using containerized package manager" + debug "Failed to download DEB using containerized package manager" echo "Using legacy download method" # Define the repository search order local -a repos