From cac8a224ad3d44d95be9fd1f9ff1fce9d704aac4 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 13 Mar 2024 18:46:41 -0700 Subject: [PATCH] added script --- .../localscript_to_remote_updater.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/localscript_to_remote_updater.sh diff --git a/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/localscript_to_remote_updater.sh b/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/localscript_to_remote_updater.sh new file mode 100644 index 0000000..956f317 --- /dev/null +++ b/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/localscript_to_remote_updater.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +bash -c "$(curl https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Update_Sovran_SystemsOS.sh)" + +exit \ No newline at end of file