updated updater fix

This commit is contained in:
naturallaw77 2023-12-04 01:30:19 -08:00
parent 9e561fb045
commit 6b326bc372

View File

@ -20,15 +20,17 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
--width=400 \ --width=400 \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
--text="Could Not Update Sovran_SystemsOS -- Exiting" --text="Could Not Update Sovran_SystemsOS -- Exiting"
exit 1 exit 1
fi)
fi
zenity --info \ zenity --info \
--ellipsize \ --ellipsize \
--no-wrap \ --no-wrap \
--width=400 \ --width=400 \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
--text="Yay Complete! Please Reboot When You Are Ready." --text="Yay Complete! Please Reboot When You Are Ready.")
fi fi
exit 0 exit 0