updated the updater

This commit is contained in:
naturallaw77 2023-12-01 10:00:13 -08:00
parent a93e99834d
commit 81501ec382

View File

@ -26,8 +26,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
echo "Could Not Update Flatpaks -- echo "Could Not Update Flatpaks -- Exiting" |
Exiting" |
zenity --text-info \ zenity --text-info \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
@ -62,13 +61,13 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
ssh root@${ID} 'nixos-rebuild switch --impure' || ssh root@${ID6} 'nixos-rebuild switch --impure' | ssh root@${ID} 'nixos-rebuild switch --impure' || ssh root@${ID6} 'nixos-rebuild switch --impure' |
zenity --progress \ zenity --progress \
--no-cancel \ --no-cancel \
--auto-close \ --auto-close \
--pulsate \ --pulsate \
--width=500 \ --width=500 \
--text="Updating, Could Take Up To 3 Hours, Please Be Patient..." \ --text="Updating, Could Take Up To 3 Hours, Please Be Patient..." \
--title="Sovran_SystemsOS Updater" --title="Sovran_SystemsOS Updater"
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then