From 5c711293b94f7d2dd526d675c286fddaf8ee2afe Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 24 Oct 2024 06:13:39 -0400 Subject: [PATCH] Update paperless-ngx-install.sh fixes https://github.com/tteck/Proxmox/issues/3964 --- install/paperless-ngx-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index a3a7d97f..759f9d1e 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -40,7 +40,8 @@ $STD apt-get install -y --no-install-recommends \ mc msg_ok "Installed Dependencies" -msg_info "Installing Python3 Dependencies" +msg_info "Installing Python3 Dependencies (Patience)" +$STD python3 -m nltk.downloader all $STD apt-get install -y --no-install-recommends \ python3 \ python3-pip \