Stirling-PDF/scripts/init-without-ocr.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
2024-06-01 13:38:10 +02:00
if [[ "$FAT_DOCKER" != "true" ]]; then
2024-12-09 19:18:16 +01:00
/scripts/download-security-jar.sh
2024-06-01 13:38:10 +02:00
fi
if [[ -n "$LANGS" ]]; then
2024-12-09 19:18:16 +01:00
/scripts/installFonts.sh $LANGS
fi
2024-12-09 19:18:16 +01:00
exec "$@"