From 7f85d4ef56474c3ceee563048948402e1d961158 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 23 May 2023 07:32:44 -0700 Subject: [PATCH] updated 'Update_Sovran_SystemsOS' --- .../Updater Files/Update_Sovran_SystemsOS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS index a154fe3..05c2581 100755 --- a/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS +++ b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS @@ -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")