From 0ea49fb83dbba6dfb62e08255d145057b36117a6 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 5 Jun 2022 20:11:05 +0200 Subject: [PATCH] Remove config if it exists --- arch-setup/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index b911317a..4253df5c 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -426,6 +426,8 @@ fc-cache -f #Changes to home folder automatically now, no need to be extra careful anymore. # TODO make config script independent of download location cd "$HOME" +# NOTE remove directory if it exists already and redownload +rm -rf config git clone https://gitlab.com/RealStickman-arch/config echo Finished downloading config