Update paperless-ngx-v5-install.sh

fix for v1.13.0
This commit is contained in:
tteckster 2023-02-17 05:19:46 -05:00 committed by GitHub
parent ed2330edc0
commit 49db75a8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,7 @@ cd /opt/paperless
sed -i -e 's|-e git+https://github.com/paperless-ngx/django-q.git|git+https://github.com/paperless-ngx/django-q.git|' /opt/paperless/requirements.txt
$STD pip install --upgrade pip
$STD pip install -r requirements.txt
curl -s -o /opt/paperless/paperless.conf https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/paperless.conf.example
msg_ok "Installed Paperless-ngx"
msg_info "Installing Natural Language Toolkit (Patience)"