Rename script. Change arcolinux to arch

This commit is contained in:
RealStickman 2021-01-29 17:07:45 +01:00
parent 4069bff72d
commit 3c08f19a3f

View File

@ -14,9 +14,9 @@ rm -rf ~/config
git clone https://gitlab.com/RealStickman-arch/config.git && git clone https://gitlab.com/RealStickman-arch/config.git &&
# check if the install scripts are the same # check if the install scripts are the same
if ! cmp --silent "$HOME/scripts/arcolinux-config.sh" "$HOME/config/scripts/arcolinux-config.sh" ; then if ! cmp --silent "$HOME/scripts/arch-config.sh" "$HOME/config/scripts/arch-config.sh" ; then
echo Removed old config file and launched new one. echo Removed old config file and launched new one.
rm "$HOME/scripts/arcolinux-config.sh" && cp "$HOME/config/scripts/arcolinux-config.sh" "$HOME/scripts/" && bash ~/scripts/arcolinux-config.sh rm "$HOME/scripts/arch-config.sh" && cp "$HOME/config/scripts/arch-config.sh" "$HOME/scripts/" && bash ~/scripts/arch-config.sh
fi fi
#delete previous backups #delete previous backups