mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
choice=$1
This commit is contained in:
parent
e6f0e39f77
commit
90eb7f2980
1 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue