Update install.func

This commit is contained in:
CanbiZ 2025-03-20 19:48:13 +01:00 committed by GitHub
parent feaee08a22
commit 93eccaf50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,6 +213,13 @@ EOF
msg_ok "Updated Container OS"
}
install_core_deps() {
msg_info "Installing core dependencies"
$STD apt-get update
$STD apt-get install -y sudo curl mc
msg_ok "Core dependencies installed"
}
# This function modifies the message of the day (motd) and SSH settings
motd_ssh() {
grep -qxF "export TERM='xterm-256color'" /root/.bashrc || echo "export TERM='xterm-256color'" >>/root/.bashrc