Browse Source

Pass podman to execute

bryan 2 tuần trước cách đây
mục cha
commit
edadb4f0f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1125,7 +1125,7 @@ install_mc_snap() {
   echo "snapcraft.yaml created at $snap_yaml"
   echo "Building snap package..."
 
-  if podman run --rm -it \
+  if execute podman run --rm -it \
     -v "$snap_dir:/build" \
     -w /build \
     docker.io/snapcore/snapcraft:stable \