updated updater fix

This commit is contained in:
naturallaw77 2023-12-02 15:52:39 -08:00
parent 7d0255277d
commit e213640974

View File

@ -2,6 +2,20 @@
set -o nounset
systemctl is-system-running --wait
if [[ $? -ne 0 ]]; then
echo "Could Not Start Sovran_SystemsOS_Updater - Your Sovran Pro Is Still Booting Up - Try Again In A Few Moments" |
zenity --text-info \
--title="Sovran_SystemsOS Updater" \
--width=500 \
exit 1
else
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
zenity --text-info \
@ -91,5 +105,5 @@ zenity --info \
--text="Yay Complete! Please Reboot When You Are Ready."
fi
fi
exit 0