updated updater source

This commit is contained in:
naturallaw77 2023-06-19 12:54:55 -07:00
parent 956f9a51e1
commit b3a334e68f

View File

@ -17,9 +17,14 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
else
#id=$(curl ifconfig.me)
ssh -i /home/free/.ssh/sovranpro_login root@${ID} 'cd /etc/nixos; nix flake update' |
ssh -i /home/free/.ssh/sovranpro_login root@${ID} 'cd /etc/nixos; nix flake update'
zenity --progress \
--no-cancel \
--auto-close \
--pulsate \
--width=500 \
--title="Sovran_SystemsOS Updater"
if [[ $? != 0 ]]; then