Update 51-install_options

This commit is contained in:
Alexandre
2021-01-18 15:57:50 +01:00
committed by GitHub
parent dc9febf96e
commit ca7f9fc429

View File

@@ -4,7 +4,7 @@
if bashio::config.has_value 'OCR'; then
if $(bashio::config 'OCR') = true; then
bashio::log.info 'Installing OCR' && \
apk add --no-cache tesseract-ocr \
apk add --no-cache tesseract-ocr
elif $(bashio::config 'OCR') = false; then
bashio::log.info 'Removing OCR' && \
apk del tesseract-ocr.*