updated Update_Sovran_SystemsOS script
This commit is contained in:
parent
fe06abcbdb
commit
510ec41673
@ -1,2 +1,9 @@
|
|||||||
Welcome to the Sovran_SystemsOS Updater!
|
Welcome to the Sovran_SystemsOS Updater!
|
||||||
|
|
||||||
|
This Updater will run through several stages.
|
||||||
|
|
||||||
|
Be patient.
|
||||||
|
|
||||||
|
Then you have the option to reboot.
|
||||||
|
|
||||||
|
Enjoy!
|
@ -1,5 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
zenity --info \
|
||||||
|
--no-wrap \
|
||||||
|
--title="Sovran_SystemsOS Updater" \
|
||||||
|
--text="$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Files/Info%20For%20Sovran_SystemsOS%20Updater.md)"
|
||||||
|
|
||||||
|
|
||||||
password=$(zenity --password --title="Sovran_SystemsOS Updater")
|
password=$(zenity --password --title="Sovran_SystemsOS Updater")
|
||||||
|
|
||||||
if [ $? -eq 1 ] ; then
|
if [ $? -eq 1 ] ; then
|
||||||
@ -11,12 +18,6 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater")
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
zenity --info \
|
|
||||||
--ellipsize \
|
|
||||||
--no-wrap \
|
|
||||||
--title="Sovran_SystemsOS Updater" \
|
|
||||||
--text="$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Files/Info%20For%20Sovran_SystemsOS%20Updater.md)"
|
|
||||||
|
|
||||||
|
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--ellipsize \
|
--ellipsize \
|
||||||
|
Loading…
Reference in New Issue
Block a user