diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 9865f4b..18da0e3 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -24,7 +24,15 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr else - flatpak update -y + ssh root@{ID} 'flatpak update -y' || ssh root@{ID6} 'flatpak update -y' | + + zenity --progress \ + --no-cancel \ + --auto-close \ + --pulsate \ + --width=500 \ + --text="Updating Flatpaks" \ + --title="Sovran_SystemsOS Updater" if [[ $? != 0 ]]; then