Update install.func

This commit is contained in:
CanbiZ 2025-04-01 16:10:27 +02:00
parent 1470de4576
commit 0670484b70

View File

@ -148,6 +148,12 @@ setting_up_container() {
msg_ok "Network Connected: ${BL}$(hostname -I)"
}
exit_script() {
clear
echo -e "\n${CROSS}${RD}Script aborted.${CL}\n"
exit
}
# This function checks the network connection by pinging a known IP address and prompts the user to continue if the internet is not connected
network_check() {
set +e