updated updater source
This commit is contained in:
parent
956f9a51e1
commit
b3a334e68f
@ -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
|
||||
|
||||
@ -61,6 +66,6 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Yay Complete! Please Reboot When You Are Ready."
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user