From 1312c095013396c8aa092f0aecb8e70c66c70a45 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 28 Jan 2026 19:01:45 +0000 Subject: [PATCH] Fix bug --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index e57e86b..8c443df 100644 --- a/installer.sh +++ b/installer.sh @@ -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" ;;