From 69ea3912403f2b1b52ce52ff1d96f697be1d1976 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 19:18:54 +0000 Subject: [PATCH] first attempt --- update/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 update/install.sh diff --git a/update/install.sh b/update/install.sh new file mode 100644 index 0000000..bedddbd --- /dev/null +++ b/update/install.sh @@ -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" \ No newline at end of file