mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +01:00
Remove podman check from the build all script.
This commit is contained in:
parent
1297b7ea87
commit
836e4a4f38
@ -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 ../..
|
||||||
|
Loading…
Reference in New Issue
Block a user