Pass podman to execute

This commit is contained in:
2025-04-13 21:56:33 -04:00
parent 8191f2d675
commit edadb4f0f8

View File

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