From 1ebe6533bac42385f12a52fb659133d413aa95f6 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 15 Jul 2023 10:15:53 -0700 Subject: [PATCH] updated updater and rester --- .../sovran_systemsOS_reseter_install.sh | 13 ++++++++----- .../sovran_systemsOS_updater_install.sh | 13 +++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh b/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh index fad76f2..0fddb46 100755 --- a/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh +++ b/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh @@ -2,18 +2,21 @@ pushd ~/Downloads -wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip + sudo -u free wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip -unzip main.zip + sudo -u free unzip main.zip popd +sudo -u free mkdir /home/free/.Sovran_Systems -mv "/home/free/Downloads/software/Sovran_SystemsOS_Reseter/To Install on local Sovran Pro/localscript_to_remote_reseter.sh" /home/free/.Sovran_Systems/ +sudo -u free mkdir /home/free/.local/share/applications/ -mv "/home/free/Downloads/software/Sovran_SystemsOS_Reseter/To Install on local Sovran Pro/Icon_Reseter/" /home/free/.Sovran_Systems/ +sudo -u free mv "/home/free/Downloads/software/Sovran_SystemsOS_Reseter/To Install on local Sovran Pro/localscript_to_remote_reseter.sh" /home/free/.Sovran_Systems/ -mv "/home/free/Downloads/software/Sovran_SystemsOS_Reseter/To Install on local Sovran Pro/Sovran_SystemsOS_Reseter.desktop" /home/free/.local/share/applications/ +sudo -u free mv "/home/free/Downloads/software/Sovran_SystemsOS_Reseter/To Install on local Sovran Pro/Icon_Reseter/" /home/free/.Sovran_Systems/ + +sudo -u free mv "/home/free/Downloads/software/Sovran_SystemsOS_Reseter/To Install on local Sovran Pro/Sovran_SystemsOS_Reseter.desktop" /home/free/.local/share/applications/ chmod 770 /home/free/.Sovran_Systems/localscript_to_remote_reseter.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 index 107d4e6..3dd0b64 100755 --- 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 @@ -2,20 +2,21 @@ pushd ~/Downloads -wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip + sudo -u free wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip -unzip main.zip + sudo -u free unzip main.zip popd -mkdir /home/free/.Sovran_Systems +sudo -u free mkdir /home/free/.Sovran_Systems +sudo -u free mkdir /home/free/.local/share/applications/ -mv "/home/free/Downloads/software/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/.Sovran_Systems/localscript_to_remote_updater.sh" /home/free/.Sovran_Systems/ +sudo -u free mv "/home/free/Downloads/software/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/.Sovran_Systems/localscript_to_remote_updater.sh" /home/free/.Sovran_Systems/ -mv "/home/free/Downloads/software/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/.Sovran_Systems/Icon" /home/free/.Sovran_Systems/ +sudo -u free mv "/home/free/Downloads/software/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/.Sovran_Systems/Icon" /home/free/.Sovran_Systems/ -mv "/home/free/Downloads/software/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/Sovran_SystemsOS_Updater.desktop" /home/free/.local/share/applications/ +sudo -u free mv "/home/free/Downloads/software/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