updated updater
This commit is contained in:
parent
4b29bba320
commit
d60c920975
@ -15,7 +15,7 @@ if [[ $? -eq 1 ]]; then
|
||||
|
||||
else
|
||||
|
||||
if ! $SSH 'flatpak update -y' ; then
|
||||
if ! ${SSH} 'flatpak update -y' ; then
|
||||
|
||||
zenity --error \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
@ -26,7 +26,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
if ! $SSH 'cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure' ; then
|
||||
if ! ${SSH} 'cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure' ; then
|
||||
|
||||
zenity --error \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
|
Loading…
Reference in New Issue
Block a user