updated updater fix
This commit is contained in:
parent
8168de62a6
commit
a1626f8eec
@ -16,48 +16,44 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
||||
else
|
||||
|
||||
|
||||
ssh root@localhost 'flatpak update -y' |
|
||||
if ! ssh root@localhost 'flatpak update -y' |
|
||||
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
--auto-close \
|
||||
--pulsate \
|
||||
--width=500 \
|
||||
--text="Updating Flatpaks" \
|
||||
--title="Sovran_SystemsOS Updater"
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
|
||||
echo "Could Not Update Flatpaks -- Exiting" |
|
||||
|
||||
zenity --text-info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
zenity --progress \
|
||||
--no-cancel \
|
||||
--auto-close \
|
||||
--pulsate \
|
||||
--width=500 \
|
||||
|
||||
--text="Updating Flatpaks" \
|
||||
--title="Sovran_SystemsOS Updater"; then
|
||||
|
||||
echo "Could Not Update Flatpaks -- Exiting" |
|
||||
|
||||
zenity --text-info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--width=500 \
|
||||
|
||||
exit 1
|
||||
|
||||
|
||||
fi
|
||||
|
||||
xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'"
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
|
||||
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
|
||||
if ! xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'"; then
|
||||
|
||||
zenity --text-info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--width=500 \
|
||||
|
||||
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
|
||||
|
||||
zenity --text-info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--width=500 \
|
||||
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--width=500 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Yay Complete! Please Reboot When You Are Ready."
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--width=400 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Yay Complete! Please Reboot When You Are Ready."
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user