Skip to content

Commit 888b4c3

Browse files
authored
[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
1 parent 3990474 commit 888b4c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

misc/install.func

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ EOF
211211
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
212212
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
213213
msg_ok "Updated Container OS"
214+
215+
msg_info "Installing core dependencies"
216+
$STD apt-get update
217+
$STD apt-get install -y sudo curl mc
218+
msg_ok "Core dependencies installed"
214219
}
215220

216221
# This function modifies the message of the day (motd) and SSH settings

0 commit comments

Comments
 (0)