updated updater fix
This commit is contained in:
parent
15028eacb0
commit
d923e8af84
@ -15,7 +15,9 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
else
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
zenity --info \
|
||||
--width=400 \
|
||||
@ -26,6 +28,8 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
|
||||
fi
|
||||
|
||||
"
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
|
Loading…
Reference in New Issue
Block a user