don't set -x in install.sh

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