first attempt

This commit is contained in:
Marcel Stangenberger 2025-04-11 19:18:54 +00:00
parent 27be94c83f
commit 69ea391240

6
update/install.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
echo "Creating a backup of the current deployment script
cp -f /usr/local/bin/deploy.sh /usr/local/bin/deploy.bck
echo "Updating XO deployment script"
curl -s -o /usr/local/bin/deploy.sh https://git.xoservice.nl/deploy/deploy.sh
echo "All done"