kiwi can be installed via pip
This commit is contained in:
parent
ef315d78f9
commit
18d5841f3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user