diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:15:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:15:10 +0100 |
| commit | 33e0fb21d62f8e57edd028210d0972fbe955d09b (patch) | |
| tree | 9794d8aab97107e023da0124f12e7e91df220ffb /install.sh | |
| parent | 2a8b2b3a40bc87883b80e2c73a255b702d20a283 (diff) | |
set -x in install.sh
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -set -e +set -ex if [ -z "$(which podman 2>/dev/null)" ] then |
