updated externail ip fetcher
This commit is contained in:
parent
3d811fd7b9
commit
8b9a338888
@ -2,7 +2,7 @@
|
||||
|
||||
set -o nounset
|
||||
|
||||
ID=$(curl ifconfig.me)
|
||||
ID=$(wget -qO- https://ipecho.net/plain ; echo)
|
||||
|
||||
cd /home/free/Downloads
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -o nounset
|
||||
|
||||
ID=$(curl ifconfig.me)
|
||||
ID=$(wget -qO- https://ipecho.net/plain ; echo)
|
||||
|
||||
|
||||
#### CREATE NEW MASTER LOGIN ####
|
||||
|
@ -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" |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user