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 # 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