set +e install.sh

This commit is contained in:
2026-07-03 12:07:05 +01:00
parent fac4169389
commit a1c91da619
-2
View File
@@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
set -e
if [ -z "$(which podman 2>/dev/null)" ] if [ -z "$(which podman 2>/dev/null)" ]
then then
sudo apk add podman sudo apk add podman