diff --git a/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh b/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh index be9ef37e7..f51b0f167 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh @@ -23,7 +23,7 @@ if [ "$(bashio::config 'OCR')" = "true" ]; then occ app:enable files_fulltextsearch_tesseract &>/dev/null || true echo "Installing OCR" - apk add --quite --no-cache ocrmypdf + apk add --quiet --no-cache ocrmypdf apk add --quiet --no-cache tesseract-ocr || apk add --quiet --no-cache tesseract-ocr@community # Install additional language if requested if bashio::config.has_value 'OCRLANG'; then