Compare commits

..

No commits in common. "860f4f38711d32f4626b2dcd843f74bfcddad25e" and "7de3f5768f2b38e69be803e9c98637e054389804" have entirely different histories.

View File

@ -85,8 +85,8 @@ setting_up_container() {
fi fi
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
systemctl disable -q --now systemd-networkd-wait-online.service systemctl disable -q --now systemd-networkd-wait-online.service
msg_ok "Set up Container OS\n Network Connected: ${BL}$(hostname -I)" msg_ok "Set up Container OS"
#msg_ok "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 # This function checks the network connection by pinging a known IP address and prompts the user to continue if the internet is not connected