Skip to content

Commit 77aba17

Browse files
authored
fix libheif trixie
1 parent 3df8fad commit 77aba17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/photoprism.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function update_script() {
3434

3535
fetch_and_deploy_gh_release "photoprism" "photoprism/photoprism" "prebuild" "latest" "/opt/photoprism" "*linux-amd64.tar.gz"
3636

37-
LIBHEIF_URL=$(curl -fsSL "https://dl.photoprism.app/dist/libheif/" | grep -oP "libheif-$(lsb_release -cs)-amd64-v[0-9\.]+\.tar\.gz" | sort -V | tail -n 1)
37+
LIBHEIF_URL=$(curl -fsSL "https://dl.photoprism.app/dist/libheif/" | grep -oP "libheif-bookworm-amd64-v[0-9\.]+\.tar\.gz" | sort -V | tail -n 1)
3838
if [[ "${LIBHEIF_URL}" != "$(cat ~/.photoprism_libheif 2>/dev/null)" ]] || [[ ! -f ~/.photoprism_libheif ]]; then
3939
msg_info "Updating PhotoPrism LibHeif"
4040
$STD apt install -y libvips42

0 commit comments

Comments
 (0)