Fix URL
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
REPO=https://git.xoservice.nl/marcel/archlinux
|
REPO=https://git.xo.nl/marcel/archlinux
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
NOCOL='\033[0m'
|
NOCOL='\033[0m'
|
||||||
@@ -36,7 +36,7 @@ echo "fastfetch" > /etc/profile.d/fastfetch.sh
|
|||||||
chmod +x /etc/profile.d/fastfetch.sh
|
chmod +x /etc/profile.d/fastfetch.sh
|
||||||
|
|
||||||
echo -e "${GREEN}Install deployment script...${NOCOL}"
|
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
|
chown root:root /usr/local/bin/deploy
|
||||||
chmod ug+x /usr/local/bin/deploy
|
chmod ug+x /usr/local/bin/deploy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user