updated the Sovran_SystemsOS updater
This commit is contained in:
parent
e1aff51b22
commit
47dc62df5b
@ -29,7 +29,6 @@ exit 1
|
||||
else
|
||||
|
||||
zenity --error \
|
||||
--width=600 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Could not complete the update."
|
||||
|
||||
@ -45,7 +44,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
zenity --text-info \
|
||||
--width=1000 \
|
||||
--height=800 \
|
||||
--height=750 \
|
||||
--title="Sovran_SystemsOS Updater"
|
||||
|
||||
if [[ $? -eq 1 ]]; then
|
||||
@ -56,7 +55,7 @@ else
|
||||
|
||||
FLATPAK
|
||||
|
||||
SPICE | zenity --progress --no-cancel --auto-close --width=670 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater"
|
||||
SPICE | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater"
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user