From 1c53b8dadebf50402f2ffa9a4f310aca5fa0e143 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 25 Aug 2023 12:27:59 -0700 Subject: [PATCH] updated external ip fetcher script for updater --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index ba3c4ba..75646a8 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -2,7 +2,7 @@ set -o nounset -ID=$(wget -qO- https://ipecho.net/plain ; echo) +ID=$(wget -qO- https://ipecho.net/plain) curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" |