updated the updaters to remove error notificaiton as it cannot be done
This commit is contained in:
parent
1e1e956e56
commit
efda8bfa99
@ -14,16 +14,7 @@ fi
|
|||||||
}
|
}
|
||||||
|
|
||||||
SPICE () {
|
SPICE () {
|
||||||
if ! xterm -T "Sovran_SystemsOS_Light 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_Light 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 --error \
|
|
||||||
--width=400 \
|
|
||||||
--title="Sovran_SystemsOS_Light Updater" \
|
|
||||||
--text="Could not complete the update."
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--ellipsize \
|
--ellipsize \
|
||||||
|
@ -15,16 +15,7 @@ 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 --error \
|
|
||||||
--width=400 \
|
|
||||||
--title="Sovran_SystemsOS Updater" \
|
|
||||||
--text="Could not complete the update."
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--ellipsize \
|
--ellipsize \
|
||||||
|
Reference in New Issue
Block a user