Fix bug
This commit is contained in:
@@ -17,7 +17,7 @@ if [ ${#missing[@]} -ne 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
read -r choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
l | L) INSTALL_DIR="$HOME/.local/bin" ;;
|
l | L) INSTALL_DIR="$HOME/.local/bin" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user