updated updater fix
This commit is contained in:
parent
7d0255277d
commit
e213640974
@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
set -o nounset
|
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" |
|
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
|
||||||
|
|
||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
@ -91,5 +105,5 @@ zenity --info \
|
|||||||
--text="Yay Complete! Please Reboot When You Are Ready."
|
--text="Yay Complete! Please Reboot When You Are Ready."
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
Reference in New Issue
Block a user