diff --git a/setup.sh b/setup.sh index 5119df6..233516e 100755 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash -set -e - -podman=`which podman || true` +podman=`command -v podman` if [ -z "$podman" ]; then echo "podman needs to be in PATH for this script to work."