add exiftool

pull/369/head
tteckster 3 years ago committed by GitHub
parent 1c3ba6c2bc
commit e851a070bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 make &>/dev/null
apt-get install -y zip &>/dev/null apt-get install -y zip &>/dev/null
apt-get install -y unzip &>/dev/null apt-get install -y unzip &>/dev/null
apt-get install -y exiftool &>/dev/null
apt-get install -y ffmpeg &>/dev/null apt-get install -y ffmpeg &>/dev/null
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"

Loading…
Cancel
Save