updated updater
This commit is contained in:
parent
c12ee4fde1
commit
a4a9991185
@ -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