updated updater fix
This commit is contained in:
parent
16186724e3
commit
669b894065
@ -15,18 +15,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
else
|
||||
|
||||
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'
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
|
||||
zenity --info \
|
||||
--width=400 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Could Not Update Sovran_SystemsOS -- Exiting"
|
||||
|
||||
exit 1
|
||||
|
||||
fi"
|
||||
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'"
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
|
Loading…
Reference in New Issue
Block a user