From 04c6d7e2d8105c85e8e4949bf3e78a8f32ebf287 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 10 Dec 2023 19:26:12 -0800 Subject: [PATCH] updated wording for updater and intro --- .../Updater Source Files/Intro.md | 6 +++--- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md b/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md index bd632b0..12fbb4c 100644 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md @@ -1,14 +1,14 @@ -Welcome to the Sovran_SystemsOS Updater! +Welcome to the Sovran_SystemsOS and Sovran_SystemsOS_Light Updater! This updater will run through a few stages. Sometimes, it could take up to 3 hours for it to finish. Be patient... -When it is finished, a final pop up will state "Yay Complete! Please Reboot When You Are Ready." +When it is finished, a final pop up will state "Yay complete! Please reboot when you are ready." -Rebooting will shut down all your services until your Sovran Pro finishes the boot process. +Rebooting will shut down all your services until your Sovran Pro or Sovran Book Pro finishes the boot process. All updates come from these links: diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 968c517..61b5f65 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -22,16 +22,17 @@ zenity --info \ --ellipsize \ --no-wrap \ --width=700 \ ---title="Sovran_SystemsOS Updater" \ ---text="Yay, your Sovran Pro update is complete! Please reboot when you are ready." +--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \ +--text="Yay complete! Please reboot when you are ready." exit 1 else zenity --error \ ---title="Sovran_SystemsOS Updater" \ ---text="Could Not Update Sovran_SystemsOS." +--width=700 \ +--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \ +--text="Could not complete the update." exit 2 @@ -46,7 +47,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --text-info \ --width=1000 \ --height=700 \ ---title="Sovran_SystemsOS Updater" +--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" if [[ $? -eq 1 ]]; then @@ -56,7 +57,7 @@ else FLATPAK -SPICE | zenity --progress --no-cancel --auto-close --width=550 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater" +SPICE | zenity --progress --no-cancel --auto-close --width=550 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." ----title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" fi