From 93eccaf50dc2665889861fcac231141daf6428be Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:48:13 +0100 Subject: [PATCH] Update install.func --- misc/install.func | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/install.func b/misc/install.func index 98e4418..5dc19e7 100644 --- a/misc/install.func +++ b/misc/install.func @@ -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