From 45e8d31bd0d28f2bb4df28139eb3f4819746f8ee Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 14:15:29 -0400 Subject: [PATCH] Remove download container --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index cd8b518..127b567 100755 --- a/installJRMC +++ b/installJRMC @@ -776,7 +776,7 @@ acquire_deb_new() { execute sudo find "$mnt" -maxdepth 1 -type f -name "*.deb" -exec cp {} "$MC_DEB" \; && execute sudo chown "$USER:$USER" "$MC_DEB" && execute sudo buildah umount "$CNT" && - #execute sudo buildah rm "$CNT" && + execute sudo buildah rm "$CNT" && [[ -f $MC_DEB ]]); then err "Failed to download DEB from containerized package manager" echo "Using legacy download method"