updated the Sovran_SystemsOS updater
This commit is contained in:
parent
b6a83db631
commit
07f3fff781
@ -17,7 +17,7 @@ fi
|
|||||||
SPICE () {
|
SPICE () {
|
||||||
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'"
|
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'"
|
||||||
|
|
||||||
if [[ $? != 1 ]] ; then
|
if [[ $? -eq 0 ]] ; then
|
||||||
|
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--ellipsize \
|
--ellipsize \
|
||||||
|
Loading…
Reference in New Issue
Block a user