Remove old configs just in case
This commit is contained in:
parent
9fab9d1358
commit
cf373cd9e2
@ -52,13 +52,13 @@ EOF
|
|||||||
|
|
||||||
# get script directory
|
# get script directory
|
||||||
scriptloc="$BASH_SOURCE"
|
scriptloc="$BASH_SOURCE"
|
||||||
scriptpath="$(dirname "$scriptloc")"
|
#scriptpath="$(dirname "$scriptloc")"
|
||||||
|
|
||||||
# change to home
|
# change to home
|
||||||
#cd "$HOME"
|
#cd "$HOME"
|
||||||
|
|
||||||
# remove old installs
|
# remove old installs
|
||||||
#rm -rf ~/configs
|
rm -rf ~/configs
|
||||||
|
|
||||||
# Use temporary directory for download
|
# Use temporary directory for download
|
||||||
# FIXME probably lots of issues at first
|
# FIXME probably lots of issues at first
|
||||||
|
Loading…
Reference in New Issue
Block a user