updated externail ip fetcher

This commit is contained in:
naturallaw77 2023-07-04 13:00:35 -07:00
parent 3d811fd7b9
commit 8b9a338888
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(curl ifconfig.me)
ID=$(wget -qO- https://ipecho.net/plain ; echo)
cd /home/free/Downloads

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(curl ifconfig.me)
ID=$(wget -qO- https://ipecho.net/plain ; echo)
#### CREATE NEW MASTER LOGIN ####

View File

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