Skip to content

Commit 3df8fad

Browse files
authored
fix libheif trixie
1 parent 59f8e85 commit 3df8fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/photoprism-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ msg_info "Installing PhotoPrism (Patience)"
3737
mkdir -p /opt/photoprism/{cache,config,photos,storage,temp}
3838
mkdir -p /opt/photoprism/photos/{originals,import}
3939
mkdir -p /opt/photoprism_backups
40-
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)
40+
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)
4141
curl -fsSL "https://dl.photoprism.app/dist/libheif/$LIBHEIF_URL" -o /tmp/libheif.tar.gz
4242
tar -xzf /tmp/libheif.tar.gz -C /usr/local
4343
ldconfig

0 commit comments

Comments
 (0)