Skip to content

Commit

Permalink
Update photoprism-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Jan 21, 2025
1 parent 0e04db0 commit d73f8f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/photoprism-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ wget -q -cO - https://dl.photoprism.app/pkg/linux/amd64.tar.gz | tar -xz -C /opt
LIBHEIF_URL=$(wget -q -O - "https://dl.photoprism.app/dist/libheif/" | grep -oP "libheif-$(lsb_release -cs)-amd64-v[0-9\.]+\.tar\.gz" | sort -V | tail -n 1)
wget -q -cO - "https://dl.photoprism.app/dist/libheif/$LIBHEIF_URL" | tar -xzf - -C /usr/local --strip-components=1
ldconfig
chown -R /opt/photoprism/photos/originals
chmod -R 755 /opt/photoprism/photos/originals
cat <<EOF >/opt/photoprism/config/.env
PHOTOPRISM_AUTH_MODE='password'
Expand Down

0 comments on commit d73f8f2

Please sign in to comment.