mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
More fixes
This commit is contained in:
parent
25e8e24507
commit
fbae8a9b72
1 changed files with 2 additions and 1 deletions
|
@ -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]$ ]]
|
||||
|
|
Loading…
Reference in a new issue