update external IP fetcher script

This commit is contained in:
naturallaw77 2023-08-25 20:58:18 -07:00
parent 1c53b8dade
commit 4427daf8f1
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(wget -qO- https://ipecho.net/plain)
ID=$(dig @resolver4.opendns.com myip.opendns.com +short -4)
cd /home/free/Downloads

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(wget -qO- https://ipecho.net/plain)
ID=$(dig @resolver4.opendns.com myip.opendns.com +short -4)
#### CREATE NEW MASTER LOGIN ####

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(wget -qO- https://ipecho.net/plain)
ID=$(dig @resolver4.opendns.com myip.opendns.com +short -4)
curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |