소스 검색

Pass podman to execute

bryan 2 주 전
부모
커밋
edadb4f0f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 \