From 9b9facf773e6a3c8d4a6a39072399745fe3096e7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 23 Aug 2023 05:51:24 -0400 Subject: [PATCH] Update photoprism-install.sh add `HEIF` support --- install/photoprism-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh index df63bd6e..64f303b6 100644 --- a/install/photoprism-install.sh +++ b/install/photoprism-install.sh @@ -25,6 +25,7 @@ $STD apt-get install -y make $STD apt-get install -y zip $STD apt-get install -y exiftool $STD apt-get install -y ffmpeg +$STD apt-get install -y libheif1 msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"