Remove podman check from the build all script.

This commit is contained in:
Relintai 2024-04-20 21:23:49 +02:00
parent 1297b7ea87
commit 836e4a4f38

View File

@ -1,13 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
podman=`which podman || true`
if [ -z $podman ]; then
echo "podman needs to be in PATH for this script to work."
exit 1
fi
basedir=$(pwd)/ basedir=$(pwd)/
cd ../.. cd ../..