core upgrade alpine

This commit is contained in:
CanbiZ
2025-03-24 15:13:44 +01:00
parent d0c093e076
commit 33cf37f61c
2 changed files with 6 additions and 1 deletions

View File

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