Update install.func

This commit is contained in:
CanbiZ 2025-07-04 21:54:15 +02:00 committed by GitHub
parent 569089cb73
commit 32d6194ade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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