updated the updater
This commit is contained in:
parent
e9d3455f76
commit
37646f1ac3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user