From 81d3e10a3657aad92ea2a24beb62d309d493441d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 18 Mar 2024 22:55:42 -0700 Subject: [PATCH] updated install files --- .../sovran_systemsOS_external_backup_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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