updated look of updater script
This commit is contained in:
parent
b47280923d
commit
8cbfa9611e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user