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