mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
add midnight commander (mc) (#974)
This commit is contained in:
parent
d35f1eac89
commit
9a7d8fdc78
136 changed files with 220 additions and 9 deletions
|
@ -84,6 +84,7 @@ msg_ok "Updated Container OS"
|
|||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y gnupg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
@ -215,6 +216,7 @@ if [[ $ADMINER == "Y" ]]; then
|
|||
fi
|
||||
|
||||
PASS=$(grep -w "root" /etc/shadow | cut -b6)
|
||||
echo "export TERM='xterm-256color'" >>/root/.bashrc
|
||||
if [[ $PASS != $ ]]; then
|
||||
msg_info "Customizing Container"
|
||||
chmod -x /etc/update-motd.d/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue