diff --git a/post/run.sh b/post/run.sh index 43e5f0a..a450119 100644 --- a/post/run.sh +++ b/post/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -REPO=https://git.xoservice.nl/marcel/archlinux +REPO=https://git.xo.nl/marcel/archlinux GREEN='\033[0;32m' RED='\033[0;31m' NOCOL='\033[0m' @@ -36,7 +36,7 @@ echo "fastfetch" > /etc/profile.d/fastfetch.sh chmod +x /etc/profile.d/fastfetch.sh echo -e "${GREEN}Install deployment script...${NOCOL}" -curl -so /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh +curl -so /usr/local/bin/deploy https://git.xo.nl/marcel/deploy/raw/master/deploy.sh chown root:root /usr/local/bin/deploy chmod ug+x /usr/local/bin/deploy