瀏覽代碼

Remove download container

bryan 3 天之前
父節點
當前提交
45e8d31bd0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
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"