updated updater fix
This commit is contained in:
parent
7e257ece8b
commit
b3e4b0018a
@ -22,7 +22,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
else
|
||||
|
||||
|
||||
ssh root@${ID} || ssh root${ID6} 'flatpak update -y' |
|
||||
ssh root@${ID} || ssh root@${ID6} 'flatpak update -y' |
|
||||
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
@ -45,7 +45,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
fi
|
||||
|
||||
|
||||
ssh root@${ID} || ssh root${ID6} 'cd /etc/nixos; nix flake update' |
|
||||
ssh root@${ID} || ssh root@${ID6} 'cd /etc/nixos; nix flake update' |
|
||||
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
@ -67,7 +67,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
fi
|
||||
|
||||
ssh root@${ID} || ssh root${ID6} 'nixos-rebuild switch --impure' |
|
||||
ssh root@${ID} || ssh root@${ID6} 'nixos-rebuild switch --impure' |
|
||||
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
|
Loading…
Reference in New Issue
Block a user