浏览代码

Replace buildah copy with mount

bryan 3 天之前
父节点
当前提交
4204817042
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -774,7 +774,7 @@ acquire_deb_new() {
   apt_mc_container &&
     execute sudo buildah run "$CNT" -- sh -c "
       apt-get download --allow-unauthenticated mediacenter$MC_MVERSION" &&
-    execute mnt="$(sudo buildah mount "$CNT")"
+    mnt="$(sudo buildah mount "$CNT")"
     execute sudo cp "$mnt"/*.deb "$MC_DEB" &&
     execute sudo buildah umount "$CNT" &&
     execute sudo buildah rm "$CNT"