From 8bbb33b97b51bca78e64bc73d745a309f5405e74 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 6 Mar 2024 13:58:29 +0000 Subject: [PATCH] Update photoprism-install.sh (#2609) add rawtherapee dependency to enable raw image conversion --- install/photoprism-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh index 2f80b6cc..d1d950ad 100644 --- a/install/photoprism-install.sh +++ b/install/photoprism-install.sh @@ -25,6 +25,7 @@ $STD apt-get install -y libjpeg-dev $STD apt-get install -y libtiff-dev $STD apt-get install -y imagemagick $STD apt-get install -y darktable +$STD apt-get install -y rawtherapee msg_ok "Installed Dependencies"