From 45dd18c0d6f95abdf5913e71ebd28869e5c85187 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 24 May 2024 12:17:07 +1000 Subject: [PATCH] Fix photoprism merge conflict --- install/photoprism-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh index 314a02e61..c692f034a 100644 --- a/install/photoprism-install.sh +++ b/install/photoprism-install.sh @@ -26,6 +26,7 @@ $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 +$STD apt-get install -y libvips42 $STD apt-get install -y wget echo 'export PATH=/usr/local:$PATH' >>~/.bashrc