updated 'Update_Sovran_SystemsOS'

This commit is contained in:
naturallaw77 2023-05-23 07:32:44 -07:00
parent 0e95c6f99d
commit 7f85d4ef56

View File

@ -1,10 +1,10 @@
#!/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)"
zenity --text \
--filename="$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Files/Info%20For%20Sovran_SystemsOS%20Updater.md)" \
--checkbox="I Agree" \
--auto-scroll
password=$(zenity --password --title="Sovran_SystemsOS Updater")