updated the updater
This commit is contained in:
parent
81501ec382
commit
04b10f335c
@ -2,18 +2,20 @@
|
||||
|
||||
set -o nounset
|
||||
|
||||
|
||||
Domain=$(echo | cat /var/lib/domains/wordpress)
|
||||
|
||||
ID=$(timeout -k 2 dig $Domain A +short)
|
||||
|
||||
ID6=$(timeout 2 dig $Domain AAAA +short)
|
||||
|
||||
|
||||
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |
|
||||
|
||||
zenity --text-info \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--width=1000 \
|
||||
--height=700
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--width=1000 \
|
||||
--height=700
|
||||
|
||||
if [[ $? -eq 1 ]]; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user