Update 91-OCR

This commit is contained in:
Alexandre
2021-10-24 00:39:05 +02:00
committed by GitHub
parent 7f33d670f1
commit 0721438a4d

View File

@@ -13,7 +13,7 @@ if [ -n "$OCRLANG" ]; then
else
echo "package tesseract-ocr-${i} not found in the repository, skipping"
fi
sed "$LINE a \"${i}\": \"lang\"," products.txt
sed "$LINE a \"${i}\": \"${i}\"," products.txt
LINE=$((LINE+1))
done
fi