From cf046389d125fb222ac5a9eb2ad4f3dc0898695c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 09:47:36 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/install.func b/misc/install.func index bd8b0775b..0cd90b7 100644 --- a/misc/install.func +++ b/misc/install.func @@ -85,8 +85,8 @@ setting_up_container() { fi rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED systemctl disable -q --now systemd-networkd-wait-online.service - msg_ok "Set up Container OS" - msg_ok "Network Connected: ${BL}$(hostname -I)" + msg_ok "Set up Container OS\n Network Connected: ${BL}$(hostname -I)" + #msg_ok "Network Connected: ${BL}$(hostname -I)" } # This function checks the network connection by pinging a known IP address and prompts the user to continue if the internet is not connected