소스 검색

Update photoprism-install.sh

add `HEIF` support
tteckster 1 년 전
부모
커밋
9b9facf773
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      install/photoprism-install.sh

+ 1 - 0
install/photoprism-install.sh

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