updated both updater UI

This commit is contained in:
naturallaw77 2024-03-15 12:50:45 -07:00
parent 80782441e4
commit 712c311e8b
2 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ else
zenity --info \
--ellipsize \
--no-wrap \
--width=500 \
--width=450 \
--title="Sovran_SystemsOS_Light_Updater" \
--text="Yay complete! Please reboot when you are ready."
@ -59,7 +59,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --text-info \
--width=1100 \
--height=980 \
--height=970 \
--title="Sovran_SystemsOS_Light_Updater"
if [[ $? -eq 1 ]]; then
@ -68,9 +68,9 @@ if [[ $? -eq 1 ]]; then
else
FLATPAK | zenity --progress --no-cancel --auto-close --width=700 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Light_Updater"
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=1050 --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=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"
TACO

View File

@ -41,7 +41,7 @@ else
zenity --info \
--ellipsize \
--no-wrap \
--width=600 \
--width=450 \
--title="Sovran_SystemsOS_Updater" \
--text="Yay complete! Please reboot when you are ready."
@ -58,8 +58,8 @@ popd
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
zenity --text-info \
--width=1000 \
--height=850 \
--width=1100 \
--height=970 \
--title="Sovran_SystemsOS_Updater"
if [[ $? -eq 1 ]]; then
@ -68,9 +68,9 @@ if [[ $? -eq 1 ]]; then
else
FLATPAK | zenity --progress --no-cancel --auto-close --width=460 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS_Updater"
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=1050 --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=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"
TACO