More fixes

This commit is contained in:
G2-Games 2022-09-03 16:52:34 -05:00
parent 25e8e24507
commit fbae8a9b72

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
version='0.1' version='0.1'
bashrc="/home/$USER/.bashrc" bashrc="/home/$USER/.bashrc"
originaldir=$PWD originaldir=$PWD
@ -18,7 +19,7 @@ then
else else
tput sc tput sc
echo -e "\e[35mwelcome.sh\e[0m already installed!" 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 read -p " " -n 1 -r
echo echo
if [[ $REPLY =~ ^[Yy]$ ]] if [[ $REPLY =~ ^[Yy]$ ]]