From 137b485694eb49cd909ae5e9c488dee701765aa4 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 21 Apr 2025 22:07:30 +1000 Subject: [PATCH] Update apache-tika-install.sh --- install/apache-tika-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/apache-tika-install.sh b/install/apache-tika-install.sh index f654ad6bc..f982845b3 100644 --- a/install/apache-tika-install.sh +++ b/install/apache-tika-install.sh @@ -25,6 +25,8 @@ $STD apt-get install -y \ tesseract-ocr-deu $STD echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections +echo "deb http://deb.debian.org/debian bookworm contrib non-free" > /etc/apt/sources.list.d/contrib.list +$STD apt-get update $STD apt-get install -y \ xfonts-utils \ fonts-freefont-ttf \