From 9a5d43e4d35f7de6895a88990c34894fc3100f7c Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 25 Oct 2024 07:32:56 -0400 Subject: [PATCH] Update paperless-ngx-install.sh fixes https://github.com/tteck/Proxmox/issues/3974 --- install/paperless-ngx-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 759f9d1e..59389a6a 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -41,13 +41,14 @@ $STD apt-get install -y --no-install-recommends \ msg_ok "Installed Dependencies" msg_info "Installing Python3 Dependencies (Patience)" -$STD python3 -m nltk.downloader all $STD apt-get install -y --no-install-recommends \ python3 \ python3-pip \ python3-dev \ python3-setuptools \ - python3-wheel + python3-wheel \ + nltk + $STD python3 -m nltk.downloader all msg_ok "Installed Python3 Dependencies" msg_info "Installing OCR Dependencies (Patience)"