We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f8e85 commit 3df8fadCopy full SHA for 3df8fad
install/photoprism-install.sh
@@ -37,7 +37,7 @@ msg_info "Installing PhotoPrism (Patience)"
37
mkdir -p /opt/photoprism/{cache,config,photos,storage,temp}
38
mkdir -p /opt/photoprism/photos/{originals,import}
39
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)
+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)
41
curl -fsSL "https://dl.photoprism.app/dist/libheif/$LIBHEIF_URL" -o /tmp/libheif.tar.gz
42
tar -xzf /tmp/libheif.tar.gz -C /usr/local
43
ldconfig
0 commit comments