[core] install core deps (debian / ubuntu) (#3366)

* [core] install core deps (debian / ubuntu)

Installed Core Deps "sudo, curl, mc" on debian / ubuntu based lxc's

* Update install.func
This commit is contained in:
CanbiZ 2025-03-24 11:51:58 +01:00 committed by GitHub
parent 39904741dd
commit 888b4c34bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,6 +211,11 @@ EOF
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Container OS"
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