updated updater fix
This commit is contained in:
parent
489195425d
commit
ba8b940a38
@ -15,8 +15,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
if ! ssh root@localhost 'flatpak update -y |
|
||||||
if ! ssh root@localhost 'flatpak update -y' |
|
|
||||||
|
|
||||||
zenity --progress \
|
zenity --progress \
|
||||||
--no-cancel \
|
--no-cancel \
|
||||||
@ -24,14 +23,13 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
--pulsate \
|
--pulsate \
|
||||||
--width=500 \
|
--width=500 \
|
||||||
--text="Updating Flatpaks" \
|
--text="Updating Flatpaks" \
|
||||||
--title="Sovran_SystemsOS Updater"; then
|
--title="Sovran_SystemsOS Updater"'; then
|
||||||
|
|
||||||
echo "Could Not Update Flatpaks -- Exiting" |
|
echo "Could Not Update Flatpaks -- Exiting" |
|
||||||
|
|
||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--width=400 \
|
||||||
--width=500 \
|
--title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
@ -41,8 +39,8 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
|
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
|
||||||
|
|
||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--width=400 \
|
||||||
--width=500 \
|
--title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user