mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Update install.func
This commit is contained in:
parent
7403470bd7
commit
ebfb6a4e34
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@ 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 | Network Connected: ${BL}$(hostname -I"
|
||||
msg_ok "Set up Container OS"
|
||||
#msg_custom "${CM}" "${GN}" "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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue