modified: install.sh

This commit is contained in:
xbl
2026-06-14 14:43:50 +02:00
parent bd0a2d4f38
commit ed78238ddc

View File

@ -53,11 +53,12 @@ if sys.version_info < (3, 9):
command -v pip3 >/dev/null 2>&1 || \
python3 -m pip --version >/dev/null 2>&1 || \
die "pip is required but not installed"
warn "pip not found"
echo ""
echo " On Debian, install it with:"
echo " apt install pip"
echo ""
die "pip is required but not installed"
success "Dependencies OK"
}