Correctly launch new config

This commit is contained in:
exu 2023-12-08 19:51:45 +01:00
parent 9f0fbac8cf
commit 2ee39a346c

View File

@ -74,9 +74,9 @@ git clone -b temporary-dir https://gitea.exu.li/realstickman/configs.git &>/dev/
# check if the install scripts are the same
# NOTE Arguments get passed automatically now
if ! cmp --silent "$scriptloc" "$HOME/configs/arch-config/scripts/arch-config.sh"; then
if ! cmp --silent "$scriptloc" "$HOME/scripts/arch-config.sh"; then
echo Removed old config file and launched new one.
rm "$scriptloc" && cp "$HOME/configs/arch-config/scripts/arch-config.sh" "$HOME/scripts/" && bash ~/scripts/arch-config.sh "$@"
rm "$scriptloc" && cp "$tempdir/configs/arch-config/scripts/arch-config.sh" "$HOME/scripts/" && bash ~/scripts/arch-config.sh "$@"
fi
# if no seltheme file exists, ask to select a theme