updated source file
This commit is contained in:
parent
6a490f939c
commit
fd7dd15c8a
@ -14,7 +14,7 @@ if [[ $? -eq 1 ]]; then
|
||||
|
||||
else
|
||||
|
||||
id=(curl ifconfig.me || ifdata -pa enp2s0 || ifdata -pa wlp1s0)
|
||||
id=$(curl ifconfig.me || ifdata -pa enp2s0 || ifdata -pa wlp1s0)
|
||||
|
||||
ssh -i /home/free/.ssh/sovranpro_login root@${id} 'cd /etc/nixos; nix flake update'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user