From 02eeb425ee2152017af0207bfb8cf2d81cb27ef6 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 17:25:35 +0000 Subject: [PATCH] Update dotfiles/.local/motd.sh --- dotfiles/.local/motd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.local/motd.sh b/dotfiles/.local/motd.sh index 0895a22a..6f1d75fd 100644 --- a/dotfiles/.local/motd.sh +++ b/dotfiles/.local/motd.sh @@ -258,7 +258,7 @@ print_banner() { printf " \\033[%sm%s OS \\033[0m %s\\n\\n" "$UPDATES_ZERO_COLOR" "" "macOS $(sw_vers -productVersion) / Build $(sw_vers -buildVersion)" printf " \\033[%sm%s UUID \\033[0m %s\\n\\n" "$PODMAN_RUNNING_COLOR" "" "$(ioreg -d2 -c IOPlatformExpertDevice | awk -F\" '/IOPlatformUUID/{print $(NF-1)}')" printf " \\033[%sm%s LAN IP \\033[0m %s\\n\\n" "$BANNER_KERNEL_COLOR" "ﯱ" "$(ifconfig en0 2>/dev/null | grep 'inet ' | cut -d ' ' -f 2)" - printf " \\033[%sm%s Public IP\\033[0m %s\\n\\n" "$UPDATES_SECURITY_COLOR" "" "$(curl -q ifconfig.me)" + printf " \\033[%sm%s Public IP\\033[0m %s\\n\\n" "$UPDATES_SECURITY_COLOR" "" "$(curl -sSL ifconfig.me)" fi fi }