updated the updater

This commit is contained in:
naturallaw77 2023-12-01 16:52:13 -08:00
parent e9d3455f76
commit 37646f1ac3

View File

@ -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