updated the updater for error notification
This commit is contained in:
parent
facb171557
commit
dcaf226903
@ -3,26 +3,24 @@
|
|||||||
FLATPAK () {
|
FLATPAK () {
|
||||||
if ! ssh root@localhost 'flatpak update -y' ; then
|
if ! ssh root@localhost 'flatpak update -y' ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--width=600 \
|
--width=600 \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--title="Sovran_SystemsOS Updater" \
|
||||||
--text="Could Not Update Flatpaks."
|
--text="Could Not Update Flatpaks."
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SPICE () {
|
SPICE () {
|
||||||
if xterm -T "Sovran_SystemsOS Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" ; then
|
if ! xterm -T "Sovran_SystemsOS Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" ; then
|
||||||
|
|
||||||
zenity --info \
|
zenity --error \
|
||||||
--ellipsize \
|
--width=400 \
|
||||||
--no-wrap \
|
|
||||||
--width=500 \
|
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--title="Sovran_SystemsOS Updater" \
|
||||||
--text="Yay complete! Please reboot when you are ready."
|
--text="Could not complete the update."
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
@ -49,6 +47,13 @@ FLATPAK
|
|||||||
|
|
||||||
SPICE | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please be patient..." --title="Sovran_SystemsOS Updater"
|
SPICE | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please be patient..." --title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
|
zenity --info \
|
||||||
|
--ellipsize \
|
||||||
|
--no-wrap \
|
||||||
|
--width=500 \
|
||||||
|
--title="Sovran_SystemsOS Updater" \
|
||||||
|
--text="Yay complete! Please reboot when you are ready."
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue
Block a user