updated source file

This commit is contained in:
naturallaw77 2023-06-03 21:37:41 -07:00
parent 6a490f939c
commit fd7dd15c8a

View File

@ -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'