From ea135820e36f70e49920cf6beaad5f6192381019 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 24 May 2024 11:47:34 -0400 Subject: [PATCH] Update photoprism.sh add `libvips42` to update --- ct/photoprism.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/photoprism.sh b/ct/photoprism.sh index 26e0c729..593fe362 100644 --- a/ct/photoprism.sh +++ b/ct/photoprism.sh @@ -64,6 +64,7 @@ function update_script() { msg_ok "Stopped PhotoPrism" msg_info "Updating PhotoPrism" + apt-get install -y libvips42 &>/dev/null wget -q -cO - https://dl.photoprism.app/pkg/linux/amd64.tar.gz | tar -xzf - -C /opt/photoprism --strip-components=1 msg_ok "Updated PhotoPrism"