From ecfdfa56444c0721396df3d7c44b3cce003800d0 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:56:39 +0100 Subject: [PATCH] Update init-without-ocr.sh --- scripts/init-without-ocr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/init-without-ocr.sh b/scripts/init-without-ocr.sh index 990540315..49218f76b 100644 --- a/scripts/init-without-ocr.sh +++ b/scripts/init-without-ocr.sh @@ -12,7 +12,8 @@ fi umask "$UMASK" || true if [[ "$INSTALL_BOOK_AND_ADVANCED_HTML_OPS" == "true" && "$FAT_DOCKER" != "true" ]]; then - apk add --no-cache calibre@testing + echo "issue with calibre in current version, feature currently disabled on Stirling-PDF" + #apk add --no-cache calibre@testing fi if [[ "$FAT_DOCKER" != "true" ]]; then