Update paperless-ngx-install.sh

This commit is contained in:
CanbiZ 2025-04-30 11:00:07 +02:00
parent 73bd1f79be
commit 389975db1a

View File

@ -52,13 +52,6 @@ $STD apt-get install -y \
zlib1g \ zlib1g \
tesseract-ocr \ tesseract-ocr \
tesseract-ocr-eng tesseract-ocr-eng
# cd /tmp
# curl -fsSL "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/ghostpdl-10.05.1.tar.gz" -o "ghostscript.tar.gz"
# tar -xzf ghostscript.tar.gz
# cd ghostpdl-10.05.1
# $STD ./configure
# $STD make
# $STD make install
msg_ok "Installed OCR Dependencies" msg_ok "Installed OCR Dependencies"
setup_ghostscript setup_ghostscript