Update install.func

This commit is contained in:
CanbiZ
2025-07-04 21:54:15 +02:00
committed by GitHub
parent 569089cb73
commit 32d6194ade

View File

@ -123,6 +123,7 @@ network_check() {
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
} }
# This function updates the Container OS by running apt-get update and upgrade # This function updates the Container OS by running apt-get update and upgrade
update_os() { update_os() {
msg_info "Updating Container OS" msg_info "Updating Container OS"