diff --git a/Sovran_SystemsOS_External_Backup/sovran_systemsOS_external_backup_local_installer/sovran_systemsOS_external_backup_install.sh b/Sovran_SystemsOS_External_Backup/sovran_systemsOS_external_backup_local_installer/sovran_systemsOS_external_backup_install.sh index 5972554..d655249 100755 --- a/Sovran_SystemsOS_External_Backup/sovran_systemsOS_external_backup_local_installer/sovran_systemsOS_external_backup_install.sh +++ b/Sovran_SystemsOS_External_Backup/sovran_systemsOS_external_backup_local_installer/sovran_systemsOS_external_backup_install.sh @@ -2,9 +2,9 @@ pushd /home/free/Downloads - wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip + /run/current-system/sw/bin/wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip - unzip main.zip + /run/current-system/sw/bin/unzip main.zip popd