From a0b519eaf41b4f4444092a0d90a1e20d08d3bd67 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 23:46:06 -0800 Subject: [PATCH] removed file --- .../Update_Sovran_SystemsOS_Helper.sh | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS_Helper.sh diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS_Helper.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS_Helper.sh deleted file mode 100644 index ca79d77..0000000 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS_Helper.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/env bash - -curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" | - -zenity --text-info \ - --width=1000 \ - --height=700 \ - --title="Sovran_SystemsOS Updater" - - -if [[ $? -eq 1 ]]; then - - exit 1 - -else - - -cd /home/free/Downloads - -wget "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Update_Sovran_SystemsOS.sh" - -if ! ssh root@localhost 'bash /home/free/Downloads/Update_Sovran_SystemsOS.sh | zenity --progress --no-cancel --pulsate --auto-close --width=500 --title="Sovran_SystemsOS_Reseter" --text="Please Wait. Passwords Are Being Reset. This May Take Some Time..."' ; then - - zenity --error \ - --title="Sovran_SystemsOS Updater" \ - --text="Could Not Log In" - - exit 1 - -fi - -rm -rf /home/free/Downloads/Master_Passwords_Reset_Root.sh - -zenity --info \ - --ellipsize \ - --no-wrap \ - --width=400 \ - --title="Sovran_SystemsOS Updater" \ - --text="Yay Complete! Please Reboot When You Are Ready." - -exit 0 \ No newline at end of file