set -x in install.sh

This commit is contained in:
2026-07-03 11:15:10 +01:00
parent 2a8b2b3a40
commit 33e0fb21d6
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
set -e set -ex
if [ -z "$(which podman 2>/dev/null)" ] if [ -z "$(which podman 2>/dev/null)" ]
then then