From 255456008209b9276fa4989c5dca64e6bff3755c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 6 Oct 2024 20:50:58 -0400 Subject: [PATCH] Update paperless-ngx-install.sh test --- install/paperless-ngx-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 7edabf2b..a3a7d97f 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -64,7 +64,7 @@ $STD apt-get install -y --no-install-recommends \ msg_ok "Installed OCR Dependencies" msg_info "Installing JBIG2" -$STD git clone https://github.com/agl/jbig2enc /opt/jbig2enc +$STD git clone https://github.com/ie13/jbig2enc /opt/jbig2enc cd /opt/jbig2enc $STD bash ./autogen.sh $STD bash ./configure