updated both updater UI

This commit is contained in:
naturallaw77 2024-03-15 11:43:29 -07:00
parent b9360b16d5
commit 19ea135c27

View File

@ -59,7 +59,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --text-info \
--width=1100 \
--height=1050 \
--height=980 \
--title="Sovran_SystemsOS_Light_Updater"
if [[ $? -eq 1 ]]; then
@ -70,7 +70,7 @@ else
FLATPAK | zenity --progress --no-cancel --auto-close --width=700 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Light_Updater"
SPICE | zenity --progress --no-cancel --auto-close --width=1300 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Go have some herbal tea and relax while the update is in progress." --title="Sovran_SystemsOS_Light_Updater"
SPICE | zenity --progress --no-cancel --auto-close --width=1100 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Go have some herbal tea and relax while the update is in progress." --title="Sovran_SystemsOS_Light_Updater"
TACO