From 03e317d36624754e5e2ee70f3950a2a5491f6b68 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 23 May 2023 15:31:38 -0700 Subject: [PATCH] updated install script --- .../sovran_systemsOS_updater_install.sh | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh diff --git a/Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh b/Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh new file mode 100755 index 0000000..765c0f2 --- /dev/null +++ b/Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +pushd ~/Downloads + +wget https://git.sovransystems.com/Sovran_Systems/Packages/archive/main.zip + +unzip main.zip + +popd + +mkdir ~/.Sovran_Systems + +mv "/home/free/Downloads/packages/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/.Sovran_Systems" /home/free/ + +mv "/home/free/Downloads/packages/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/Sovran_SystemsOS_Updater.desktop" /home/free/.local/share/applications/ + +chmod 770 /home/free/.Sovran_Systems/localscript_to_remote_updater.sh + +rm -rf /home/free/Downloads/main.zip + +rm -rf /home/free/Downloads/packages + +exit \ No newline at end of file