updated the Sovran_SystemsOS updater

This commit is contained in:
naturallaw77 2023-12-11 15:28:04 -08:00
parent e1aff51b22
commit 47dc62df5b

View File

@ -29,7 +29,6 @@ exit 1
else
zenity --error \
--width=600 \
--title="Sovran_SystemsOS Updater" \
--text="Could not complete the update."
@ -45,7 +44,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --text-info \
--width=1000 \
--height=800 \
--height=750 \
--title="Sovran_SystemsOS Updater"
if [[ $? -eq 1 ]]; then
@ -56,7 +55,7 @@ else
FLATPAK
SPICE | zenity --progress --no-cancel --auto-close --width=670 --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=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater"
fi