Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9a5d43e4d35f7de6895a88990c34894fc3100f7c?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update paperless-ngx-install.sh

fixes https://github.com/tteck/Proxmox/issues/3974
pull/3979/head
tteckster 5 months ago committed by GitHub
parent bb2c143cc8
commit 9a5d43e4d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.