This commit is contained in:
2026-01-28 19:01:45 +00:00
parent b018877c03
commit 1312c09501

View File

@@ -17,7 +17,7 @@ if [ ${#missing[@]} -ne 0 ]; then
exit 1
fi
echo "Install locally (~/.local/bin) or globally (/usr/bin)? [l/g]"
echo "Install locally ~/.local/bin or globally /usr/bin? [l/g]"
read -r choice
case "$choice" in
l | L) INSTALL_DIR="$HOME/.local/bin" ;;