浏览代码

Update paperless-ngx-v5-install.sh

fix for v1.13.0
tteckster 2 年之前
父节点
当前提交
49db75a8c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/paperless-ngx-v5-install.sh

+ 1 - 0
install/paperless-ngx-v5-install.sh

@@ -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)"