This commit is contained in:
CanbiZ 2025-08-22 14:22:47 +02:00 committed by GitHub
parent 49f1f7b1e2
commit 4add8e8273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,12 +54,12 @@ $STD apt-get install -y \
msg_ok "Installed OCR Dependencies"
msg_info "Setup JBIG2"
pushd /opt/jbig2enc >/dev/null
cd /opt/jbig2enc
$STD bash ./autogen.sh
$STD bash ./configure
$STD make
$STD make install
popd >/dev/null
cd /
rm -rf /opt/jbig2enc
msg_ok "Installed JBIG2"