updated the updater code
This commit is contained in:
parent
0189ad8163
commit
b1701548af
@ -14,7 +14,7 @@ fi
|
|||||||
}
|
}
|
||||||
|
|
||||||
SPICE () {
|
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'"
|
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'"
|
||||||
|
|
||||||
if [[ $? != 1 ]] ; then
|
if [[ $? != 1 ]] ; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user