kiwi can be installed via pip

This commit is contained in:
Louis Abel 2024-04-01 19:22:22 -07:00
parent 4499c0b16f
commit ef315d78f9
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 1 additions and 1 deletions

View File

@ -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