updated updater
This commit is contained in:
parent
f353725d89
commit
5469b12569
@ -1,18 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
|
SPICE () {
|
||||||
|
|
||||||
zenity --text-info \
|
|
||||||
--width=1000 \
|
|
||||||
--height=700 \
|
|
||||||
--title="Sovran_SystemsOS Updater"
|
|
||||||
|
|
||||||
if [[ $? -eq 1 ]]; then
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
if ! ssh root@localhost 'flatpak update -y' ; then
|
if ! ssh root@localhost 'flatpak update -y' ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
@ -23,7 +11,6 @@ else
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if ! ssh root@localhost 'cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure' ; then
|
if ! ssh root@localhost 'cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure' ; then
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
@ -41,6 +28,24 @@ zenity --info \
|
|||||||
--title="Sovran_SystemsOS Updater" \
|
--title="Sovran_SystemsOS Updater" \
|
||||||
--text="Yay Complete! Please Reboot When You Are Ready."
|
--text="Yay Complete! Please Reboot When You Are Ready."
|
||||||
|
|
||||||
fi
|
exit 0
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
|
||||||
|
|
||||||
|
zenity --text-info \
|
||||||
|
--width=1000 \
|
||||||
|
--height=700 \
|
||||||
|
--title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
|
if [[ $? -eq 1 ]]; then
|
||||||
|
|
||||||
|
exit 1
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
SPICE | zenity --progress --no-cancel --auto-close --width=550 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue
Block a user