瀏覽代碼

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 exiftool
 $STD apt-get install -y ffmpeg
+$STD apt-get install -y libheif1
 msg_ok "Installed Dependencies"
 
 msg_info "Setting up Node.js Repository"