Making script more robust
This commit is contained in:
parent
80e04e0b70
commit
22b5ddd68f
@ -5,7 +5,7 @@ set -euo pipefail
|
||||
#ANY CHANGES TO THE INSTALLATION PROCEDURE SHOULD BE MADE HERE
|
||||
|
||||
#change to home (does not show in terminal)
|
||||
cd $HOME
|
||||
cd "$HOME"
|
||||
|
||||
#remove old installs
|
||||
rm -rf ~/config
|
||||
|
Loading…
Reference in New Issue
Block a user