mirror of
https://github.com/tteck/Proxmox.git
synced 2025-10-02 20:46:16 +00:00
add midnight commander (mc) (#974)
This commit is contained in:
@@ -85,6 +85,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
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
read -r -p "Local Controller? <y/N> " prompt
|
||||
@@ -100,6 +101,7 @@ $STD bash unifi-latest.sh --skip --add-repository $LOCAL
|
||||
msg_ok "Installed UniFi Network Application"
|
||||
|
||||
PASS=$(grep -w "root" /etc/shadow | cut -b6)
|
||||
echo "export TERM='xterm-256color'" >>/root/.bashrc
|
||||
if [[ $PASS != $ ]]; then
|
||||
msg_info "Customizing Container"
|
||||
rm /etc/motd
|
||||
|
Reference in New Issue
Block a user