kiwi can be installed via pip

This commit is contained in:
Louis Abel 2024-04-01 19:23:11 -07:00
parent ef315d78f9
commit 18d5841f3b
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" ] || [ -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