updated updater
This commit is contained in:
parent
d60c920975
commit
33e2b75a5a
@ -15,7 +15,7 @@ if [[ $? -eq 1 ]]; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
if ! ${SSH} 'flatpak update -y' ; then
|
if ! ${SSH} flatpak update -y ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--title="Sovran_SystemsOS Updater" \
|
||||||
@ -26,7 +26,7 @@ else
|
|||||||
fi
|
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 \
|
zenity --error \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--title="Sovran_SystemsOS Updater" \
|
||||||
|
Reference in New Issue
Block a user