mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-04 16:15:12 +02:00
Update 91-OCR
This commit is contained in:
@@ -14,8 +14,7 @@ if [ -n "$OCRLANG" ]; then
|
|||||||
else
|
else
|
||||||
echo "package tesseract-ocr-${i} not found in the repository, skipping"
|
echo "package tesseract-ocr-${i} not found in the repository, skipping"
|
||||||
fi
|
fi
|
||||||
sed "$LINE a \"${i}\": \"${i}\"," /data/config/papermerge.conf.py
|
sed -i "$LINE a \ "${i}\": \"${i}\"," /data/config/papermerge.conf.py
|
||||||
LINE=$((LINE+1))
|
|
||||||
bashio::log.info "... ${i} installed"
|
bashio::log.info "... ${i} installed"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user