updated look of updater script

This commit is contained in:
naturallaw77 2023-06-18 09:13:21 -07:00
parent b47280923d
commit 8cbfa9611e

View File

@ -27,8 +27,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --text-info \ zenity --text-info \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
--width=1110 \ --width=500 \
--height=710
exit 1 exit 1
@ -40,16 +39,16 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
--no-cancel \ --no-cancel \
--auto-close \ --auto-close \
--pulsate \ --pulsate \
--width=500 \
--title="Sovran_SystemsOS Updater" --title="Sovran_SystemsOS Updater"
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
echo "Could not Update Sovran_SystemsOS -- exiting" | echo "Could Not Update Sovran_SystemsOS -- exiting" |
zenity --text-info \ zenity --text-info \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
--width=1110 \ --width=500 \
--height=710
exit 1 exit 1
@ -58,8 +57,9 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --info \ zenity --info \
--ellipsize \ --ellipsize \
--no-wrap \ --no-wrap \
--width=500 \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
--text="Complete! Please Reboot." --text="Yay Complete! Please Reboot."
fi fi