diff --git a/install.sh b/install.sh index 946c597a..e4e31c89 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,5 @@ #!/bin/bash -echo "If you are upgrading, press ctrl + c NOW! You have 15 seconds time to cancel this. -re running this script will overwrite your backups and it makes uninstall.sh useless." +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." echo "Taking backups..." touch ~/.bashrc # Creates .bashrc if you don't have one. cat ~/.bashrc > ~/.bashrc.default.backup # Backups your current .bashrc diff --git a/upgrade.sh b/upgrade.sh old mode 100644 new mode 100755 index 7eb52f5c..d5be60af --- a/upgrade.sh +++ b/upgrade.sh @@ -10,6 +10,5 @@ cat bash_exports > ~/.bash_exports cat bash_profile > ~/.bash_profile cat bash_aliases > ~/.bash_aliases cat bash_functions > ~/.bash_functions -cat bashrc ~/.bashrc -echo "Installation has been completed. You might now need to source your ~/.bashrc for changes to -happen." +cat bashrc > ~/.bashrc +echo "Installation has been completed. You might now need to source your ~/.bashrc for changes to happen."