This commit is contained in:
2025-07-21 15:27:11 +02:00
parent d9dc346415
commit ec414c5fa2

View File

@@ -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