updated updater source

This commit is contained in:
naturallaw77 2023-06-19 13:01:20 -07:00
parent b3a334e68f
commit 3d811fd7b9

View File

@ -24,6 +24,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
--auto-close \ --auto-close \
--pulsate \ --pulsate \
--width=500 \ --width=500 \
--text="Moving Files Into Place..." \
--title="Sovran_SystemsOS Updater" --title="Sovran_SystemsOS Updater"
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
@ -45,6 +46,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
--auto-close \ --auto-close \
--pulsate \ --pulsate \
--width=500 \ --width=500 \
--text="Updating..." \
--title="Sovran_SystemsOS Updater" --title="Sovran_SystemsOS Updater"
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then