updated updater fix
This commit is contained in:
parent
c9244bfc18
commit
08a3367f52
@ -3,9 +3,11 @@
|
||||
set -o nounset
|
||||
|
||||
|
||||
ID6=$(timeout 1 -k dig -t aaaa +short myip.opendns.com @resolver1.opendns.com)
|
||||
|
||||
ID=$(timeout 1 dig @resolver4.opendns.com myip.opendns.com +short -4)
|
||||
|
||||
ID6=$(timeout 1 dig -t aaaa +short myip.opendns.com @resolver1.opendns.com)
|
||||
|
||||
|
||||
|
||||
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