some fixes core.func

This commit is contained in:
CanbiZ
2025-05-08 10:08:52 +02:00
parent 0ebcbde79a
commit a5ad1c7b01
4 changed files with 4 additions and 11 deletions

View File

@@ -99,11 +99,6 @@ 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 ncurses
msg_ok "Core dependencies installed"
}
# This function modifies the message of the day (motd) and SSH settings