diff --git a/install.sh b/install.sh index 0e53ba42..28d6eaae 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash echo "If you are upgrading, press ctrl + c NOW! You have 15 seconds time to cancel this. rerunning this script will overwrite your backups and it makes uninstall.sh useless." +sleep 15; echo "Taking backups..." touch ~/.bashrc # Creates .bashrc if you don't have one. cat ~/.bashrc > ~/.bashrc.default.backup # Backups your current .bashrc