diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:19:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:19:26 +0100 |
| commit | 220394ed0d6cff3038f949ce9d77d52a74ba3ae0 (patch) | |
| tree | bc9815fc308fe4c359c08975449ececd96e82a2b | |
| parent | 89280d60878b481bf3aa9b0ec1dfee1ac8cc83dd (diff) | |
don't set -x in install.sh
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -set -ex +set -e if [ -z "$(which podman 2>/dev/null)" ] then |
