mirror of https://github.com/tteck/Proxmox.git
Adding MC to the deps
This commit is contained in:
parent
3e3fbebf3e
commit
cf9ea042b7
|
@ -16,6 +16,7 @@ update_os
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y curl
|
$STD apt-get install -y curl
|
||||||
$STD apt-get install -y sudo
|
$STD apt-get install -y sudo
|
||||||
|
$STD apt-get install -y mc
|
||||||
$STD apt-get install -y build-essential
|
$STD apt-get install -y build-essential
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue