From 18d5841f3bb88a1528f9835f60964234f2eccf45 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 1 Apr 2024 19:23:11 -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 99cc6f5..e9b4286 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" ] || [ -x "$HOME/.local/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