Making script more robust

This commit is contained in:
RealStickman 2020-10-12 07:18:24 +02:00
parent 80e04e0b70
commit 22b5ddd68f

View File

@ -5,7 +5,7 @@ set -euo pipefail
#ANY CHANGES TO THE INSTALLATION PROCEDURE SHOULD BE MADE HERE #ANY CHANGES TO THE INSTALLATION PROCEDURE SHOULD BE MADE HERE
#change to home (does not show in terminal) #change to home (does not show in terminal)
cd $HOME cd "$HOME"
#remove old installs #remove old installs
rm -rf ~/config rm -rf ~/config