Skip to content

Commit d73f8f2

Browse files
authored
Update photoprism-install.sh
1 parent 0e04db0 commit d73f8f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/photoprism-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ wget -q -cO - https://dl.photoprism.app/pkg/linux/amd64.tar.gz | tar -xz -C /opt
4242
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)
4343
wget -q -cO - "https://dl.photoprism.app/dist/libheif/$LIBHEIF_URL" | tar -xzf - -C /usr/local --strip-components=1
4444
ldconfig
45-
chown -R /opt/photoprism/photos/originals
4645
chmod -R 755 /opt/photoprism/photos/originals
4746
cat <<EOF >/opt/photoprism/config/.env
4847
PHOTOPRISM_AUTH_MODE='password'

0 commit comments

Comments
 (0)