From 389975db1a3a5530ec5c3c092c7d949909b7eeb7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:00:07 +0200 Subject: [PATCH] Update paperless-ngx-install.sh --- install/paperless-ngx-install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 3eeba73..0a1c79a 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -52,13 +52,6 @@ $STD apt-get install -y \ zlib1g \ tesseract-ocr \ 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" setup_ghostscript