Update photoprism-install.sh

add `HEIF` support
This commit is contained in:
tteckster 2023-08-23 05:51:24 -04:00 committed by GitHub
parent 27d1e0af35
commit 9b9facf773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ $STD apt-get install -y make
$STD apt-get install -y zip
$STD apt-get install -y exiftool
$STD apt-get install -y ffmpeg
$STD apt-get install -y libheif1
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"