Update install.sh
This commit is contained in:
parent
51c56f3e0b
commit
9544e7cc83
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ fi
|
|||
while true; do
|
||||
RESET="\e[0m"
|
||||
GREEN="\e[32m"
|
||||
read -p "$(echo -e $GREEN\n* Do you want to proceed? (Y/N)"$RESET" yn
|
||||
read -p "$(echo -e $GREEN"\n* Do you want to proceed? (Y/N)"$RESET" yn
|
||||
case $yn in
|
||||
[yY] ) echo -e "\e[32m* Confirmed. Continuing..\e[0m";
|
||||
break;;
|
||||
|
|
@ -27,7 +27,7 @@ exit;;
|
|||
* ) echo -e "\3[32m* Invalid Response.\3[0m";;
|
||||
esac
|
||||
done
|
||||
exho -e "\e[32m* Installing dependencies..\3[0m"
|
||||
echo -e "\e[32m* Installing dependencies..\3[0m"
|
||||
sudo apt update > /dev/null 2>&1
|
||||
|
||||
# Install Curl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue