Remove download container

This commit is contained in:
2025-04-24 14:15:29 -04:00
parent 4b486f1094
commit 45e8d31bd0

View File

@@ -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"