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