From 836e4a4f3876a5176b2d927569c07fa9ba217b48 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 20 Apr 2024 21:23:49 +0200 Subject: [PATCH] Remove podman check from the build all script. --- misc/build-containers/podman_build_all.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/misc/build-containers/podman_build_all.sh b/misc/build-containers/podman_build_all.sh index c70dc6718..98c77c652 100755 --- a/misc/build-containers/podman_build_all.sh +++ b/misc/build-containers/podman_build_all.sh @@ -1,13 +1,6 @@ #!/bin/bash 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)/ cd ../..