Core layer refactor: centralized error traps and msg_* consistency (#5705)

This commit is contained in:
CanbiZ
2025-07-04 21:22:50 +02:00
committed by GitHub
parent a95be13c95
commit 7561e26c0a
6 changed files with 375 additions and 384 deletions

View File

@@ -83,11 +83,6 @@ update_os() {
msg_info "Updating Container OS"
$STD apk -U upgrade
msg_ok "Updated Container OS"
msg_info "Installing core dependencies"
$STD apk update
$STD apk add newt curl openssh nano mc ncurses gpg
msg_ok "Core dependencies installed"
}
# This function modifies the message of the day (motd) and SSH settings