浏览代码

add exiftool

tteckster 3 年之前
父节点
当前提交
e851a070bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup/photoprism-install.sh

+ 1 - 0
setup/photoprism-install.sh

@@ -70,6 +70,7 @@ apt-get install -y gnupg &>/dev/null
 apt-get install -y make &>/dev/null
 apt-get install -y zip &>/dev/null
 apt-get install -y unzip &>/dev/null
+apt-get install -y exiftool &>/dev/null
 apt-get install -y ffmpeg &>/dev/null
 msg_ok "Installed Dependencies"