add midnight commander (mc) (#974)

This commit is contained in:
tteckster 2023-01-23 10:42:50 -05:00 committed by GitHub
parent d35f1eac89
commit 9a7d8fdc78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
136 changed files with 220 additions and 9 deletions

View file

@ -96,7 +96,8 @@ $STD apt-get install -y --no-install-recommends \
libzbar0 \
poppler-utils \
default-libmysqlclient-dev \
sudo
sudo \
mc
msg_ok "Installed Paperless-ngx Dependencies"
msg_info "Installing OCR Dependencies"
@ -265,6 +266,7 @@ $STD systemctl enable --now paperless-consumer paperless-webserver paperless-sch
msg_ok "Created Services"
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