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
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user