This commit is contained in:
RealStickman 2021-01-29 16:45:59 +01:00
parent c737d97427
commit d37e3ddc75

View File

@ -11,7 +11,7 @@ cd "$HOME"
rm -rf ~/config
#clone this repo
git clone https://gitlab.com/RealStickman-arcolinux/config.git &&
git clone https://gitlab.com/RealStickman-arch/config.git &&
# check if the install scripts are the same
if ! cmp --silent "$HOME/scripts/arcolinux-config.sh" "$HOME/config/scripts/arcolinux-config.sh" ; then