From eef59e2be4755d6879651a49b1231ef7d65fab34 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 22 May 2023 21:36:56 -0700 Subject: [PATCH] added local script and .desktop file --- .../Icon/Sovran_SystemsOS_Updater_Iconv3.svg | 0 .../.Sovran_Systems/localscript_to_remote_updater.sh | 5 +++++ Sovran_SystemsOS_Updater/Sovran_SystemsOS_Updater.desktop | 7 +++++++ 3 files changed, 12 insertions(+) rename Sovran_SystemsOS_Updater/{ => .Sovran_Systems}/Icon/Sovran_SystemsOS_Updater_Iconv3.svg (100%) create mode 100644 Sovran_SystemsOS_Updater/.Sovran_Systems/localscript_to_remote_updater.sh create mode 100644 Sovran_SystemsOS_Updater/Sovran_SystemsOS_Updater.desktop diff --git a/Sovran_SystemsOS_Updater/Icon/Sovran_SystemsOS_Updater_Iconv3.svg b/Sovran_SystemsOS_Updater/.Sovran_Systems/Icon/Sovran_SystemsOS_Updater_Iconv3.svg similarity index 100% rename from Sovran_SystemsOS_Updater/Icon/Sovran_SystemsOS_Updater_Iconv3.svg rename to Sovran_SystemsOS_Updater/.Sovran_Systems/Icon/Sovran_SystemsOS_Updater_Iconv3.svg diff --git a/Sovran_SystemsOS_Updater/.Sovran_Systems/localscript_to_remote_updater.sh b/Sovran_SystemsOS_Updater/.Sovran_Systems/localscript_to_remote_updater.sh new file mode 100644 index 0000000..1337b43 --- /dev/null +++ b/Sovran_SystemsOS_Updater/.Sovran_Systems/localscript_to_remote_updater.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +bash -c "$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Update_Sovran_SystemsOS)" + +exit \ No newline at end of file diff --git a/Sovran_SystemsOS_Updater/Sovran_SystemsOS_Updater.desktop b/Sovran_SystemsOS_Updater/Sovran_SystemsOS_Updater.desktop new file mode 100644 index 0000000..0843de1 --- /dev/null +++ b/Sovran_SystemsOS_Updater/Sovran_SystemsOS_Updater.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Version=1.0 +Terminal=false +Type=Application +Name=Sovran_SystemsOS Updater +Exec=/home/free/.Sovran_Systems/localscript_to_remote_updater.sh +Icon=/home/free/.Sovran_Systems/Icon/Sovran_SystemsOS_Updater_Iconv3.svg \ No newline at end of file