diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 67a60b2..a34acba 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -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" \