From 419a7a5e5d85da5a000676ee1ec881e8886897bd Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 15 Jul 2023 11:10:58 -0700 Subject: [PATCH] updated updater and rester --- .../sovran_systemsOS_reseter_install.sh | 4 +--- .../sovran_systemsOS_updater_install.sh | 2 +- 2 files changed, 2 insertions(+), 4 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 beb214b..0701332 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 @@ -1,6 +1,6 @@ #!/usr/bin/env bash -pushd ~/Downloads +pushd /home/free/Downloads wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip @@ -12,8 +12,6 @@ mkdir -p /home/free/.Sovran_Systems mkdir -p /home/free/.local/share/applications/ -chown free:users /home/free/ -R - 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/Icon_Reseter/" /home/free/.Sovran_Systems/ 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 1795d53..44d8feb 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 @@ -1,6 +1,6 @@ #!/usr/bin/env bash -pushd ~/Downloads +pushd /home/free/Downloads wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip