updated updater fix
This commit is contained in:
parent
d3c7f98617
commit
b945f03562
@ -15,18 +15,29 @@ if [[ $? -eq 1 ]]; then
|
||||
else
|
||||
|
||||
if ! ssh root@localhost 'flatpak update -y' ; then
|
||||
|
||||
zenity --error
|
||||
exit 1
|
||||
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
|
||||
if ! ssh root@localhost 'cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure' ; then
|
||||
|
||||
zenity --error
|
||||
exit 1
|
||||
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--width=400 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Yay Complete! Please Reboot When You Are Ready."
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user