mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 11:53:01 +00:00
choice=$1
This commit is contained in:
parent
e6f0e39f77
commit
90eb7f2980
@ -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)]"
|
||||
read -p "└─$>>" choice
|
||||
choice=$1
|
||||
if [[ $choice =~ ^[1-2]+$ ]]; then
|
||||
read -p "└─$>>" choice
|
||||
fi
|
||||
|
||||
|
||||
# Define installation directories
|
||||
|
Loading…
Reference in New Issue
Block a user