updated updater fix

This commit is contained in:
naturallaw77 2023-12-04 09:38:20 -08:00
parent 0f9732459f
commit 844770d1a1

View File

@ -15,9 +15,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
else
zenity --progress --auto-close
xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c $(if ! ssh root@localhost 'flatpak update -y && cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'; then
if ! xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'flatpak update -y && cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'"; then
zenity --info \
--width=400 \
--title="Sovran_SystemsOS Updater" \