updated installer app
This commit is contained in:
parent
13dd1a83c6
commit
6a7f777566
@ -4,10 +4,9 @@ set -o nounset
|
||||
|
||||
Domain=$(echo | cat /var/lib/domains/wordpress)
|
||||
|
||||
ID=$(timeout 1 -k dig @resolver4.opendns.com myip.opendns.com +short -4)
|
||||
ID=$(timeout -k 2 dig $Domain A +short)
|
||||
|
||||
ID6=$(timeout 1 dig $Domain AAAA +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" |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user