updated url to new git location

This commit is contained in:
2025-05-17 16:45:39 +02:00
parent 459ec16113
commit 198590fddd
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
echo "Creating a backup of the current deployment script"
cp -f /usr/local/bin/deploy /usr/local/bin/deploy.bck
echo "Updating XO deployment script"
curl -s -o /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh
curl -s -o /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
echo "All done"
echo "All done"