fix alpine

This commit is contained in:
CanbiZ
2025-03-26 08:28:41 +01:00
parent f76ce28be9
commit cee5d88c5b
2 changed files with 4 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ update_os() {
msg_info "Installing core dependencies"
$STD apk update
$STD apk add newt curl openssh nano mc
$STD apk add newt curl openssh nano mc ncurses
msg_ok "Core dependencies installed"
}