From fbae8a9b7227d8ff3ed332891cded3a1b8de6a5f Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sat, 3 Sep 2022 16:52:34 -0500 Subject: [PATCH] More fixes --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c87716e..07d4f13 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ #!/bin/bash + version='0.1' bashrc="/home/$USER/.bashrc" originaldir=$PWD @@ -18,7 +19,7 @@ then else tput sc echo -e "\e[35mwelcome.sh\e[0m already installed!" - echo -en "\e[31mDo you want to uninstall welcome.sh?\e[0m\n\e[36mY/n\e[0m" + echo -en "Do you want to \e[31muninstall \e[35mwelcome.sh\e[0m?\n\e[36mY/n\e[0m" read -p " " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]