From ef315d78f975a9f1f51920bdd89e62ece1241627 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 1 Apr 2024 19:22:22 -0700 Subject: [PATCH] kiwi can be installed via pip --- live-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build.sh b/live-build.sh index bb2e3c3..99cc6f5 100755 --- a/live-build.sh +++ b/live-build.sh @@ -52,7 +52,7 @@ if [ -e "/sys/fs/selinux/enforce" ]; then fi fi -if [ ! -x "/usr/bin/kiwi-ng" ]; then +if [ ! -x "/usr/bin/kiwi-ng" ] || [ -x "$HOME/.local/bin/kiwi-ng" ]; then echo "kiwi-ng not found. kiwi packages are likely not installed on this system." exit 32 fi