mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-20 00:48:05 +00:00
[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:
parent
39904741dd
commit
888b4c34bd
@ -211,6 +211,11 @@ EOF
|
|||||||
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
|
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
|
||||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
msg_ok "Updated Container OS"
|
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
|
# This function modifies the message of the day (motd) and SSH settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user