updated both updater UI
This commit is contained in:
parent
712c311e8b
commit
24bcb7a9c5
@ -59,7 +59,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
zenity --text-info \
|
||||
--width=1100 \
|
||||
--height=970 \
|
||||
--height=930 \
|
||||
--title="Sovran_SystemsOS_Light_Updater"
|
||||
|
||||
if [[ $? -eq 1 ]]; then
|
||||
@ -70,7 +70,7 @@ else
|
||||
|
||||
FLATPAK | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Light_Updater"
|
||||
|
||||
SPICE | zenity --progress --no-cancel --auto-close --width=950 --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=1000 --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
|
||||
|
||||
|
@ -59,7 +59,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
zenity --text-info \
|
||||
--width=1100 \
|
||||
--height=970 \
|
||||
--height=930 \
|
||||
--title="Sovran_SystemsOS_Updater"
|
||||
|
||||
if [[ $? -eq 1 ]]; then
|
||||
@ -70,7 +70,7 @@ else
|
||||
|
||||
FLATPAK | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Updater"
|
||||
|
||||
SPICE | zenity --progress --no-cancel --auto-close --width=950 --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_Updater"
|
||||
SPICE | zenity --progress --no-cancel --auto-close --width=1000 --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_Updater"
|
||||
|
||||
TACO
|
||||
|
||||
|
Reference in New Issue
Block a user