Remove old configs just in case

This commit is contained in:
exu 2023-12-08 19:47:11 +01:00
parent 9fab9d1358
commit cf373cd9e2

View File

@ -52,13 +52,13 @@ EOF
# get script directory
scriptloc="$BASH_SOURCE"
scriptpath="$(dirname "$scriptloc")"
#scriptpath="$(dirname "$scriptloc")"
# change to home
#cd "$HOME"
# remove old installs
#rm -rf ~/configs
rm -rf ~/configs
# Use temporary directory for download
# FIXME probably lots of issues at first