Browse Source

Quiet containerized package manager warning

bryan 1 day ago
parent
commit
f92a89c99c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -741,7 +741,7 @@ acquire_deb() {
   [[ -f $MC_DEB ]] &&
   [[ -f $MC_DEB ]] &&
   execute sudo buildah umount "$CNT" &&
   execute sudo buildah umount "$CNT" &&
   execute sudo buildah rm "$CNT"; }; then
   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"
     echo "Using legacy download method"
     # Define the repository search order
     # Define the repository search order
     local -a repos
     local -a repos