From bfeb2d4cb331deaff9109fc97ea822fda4a0ec91 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 19:22:05 +0000 Subject: [PATCH] fixed repo path --- update/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/install.sh b/update/install.sh index 2b23c96..dc6bc3f 100644 --- a/update/install.sh +++ b/update/install.sh @@ -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/deploy/deploy.sh +curl -s -o /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh chown root:root /usr/local/bin/deploy chmod ug+x /usr/local/bin/deploy echo "All done" \ No newline at end of file