We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3193e commit e28ab86Copy full SHA for e28ab86
install/paperless-ngx-install.sh
@@ -79,7 +79,7 @@ echo -e "Paperless-ngx Database Password: \e[32m$DB_PASS\e[0m" >>~/paperless.cre
79
echo -e "Paperless-ngx Database Name: \e[32m$DB_NAME\e[0m" >>~/paperless.creds
80
81
msg_info "Installing Natural Language Toolkit (Patience)"
82
-$STD uv pip install nltk
+$STD uv pip install nltk --system
83
$STD uv run -- python -m nltk.downloader -d /usr/share/nltk_data all
84
sed -i -e 's/rights="none" pattern="PDF"/rights="read|write" pattern="PDF"/' /etc/ImageMagick-6/policy.xml
85
msg_ok "Installed Natural Language Toolkit"
0 commit comments