updated updater
This commit is contained in:
parent
40d4c552ce
commit
bc2b0e261f
@ -16,7 +16,7 @@ fi
|
||||
SPICE () {
|
||||
xterm -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 [[ $? != 0 ]] ; then
|
||||
if [[ $? != 1 ]] ; then
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
|
Loading…
Reference in New Issue
Block a user