Unverified Commit 90eb7f29 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

choice=$1

parent e6f0e39f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -50,7 +50,10 @@ echo -e "${WHITE} [2] Arch Linux (pacman)" # added arch linux suppo
echo -e "${WHITE}              [0] Exit "

echo -e "${COLOR}┌──($USER$HOST)-[$(pwd)]"
choice=$1
if [[ $choice =~ ^[1-2]+$ ]]; then
    read -p "└─$>>" choice
fi


# Define installation directories