From 72b8ab54a63ecf667ef8b87deebc440dc0fb9c89 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 22 Dec 2020 21:26:57 +0100 Subject: [PATCH] Adding exiftool --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a3b221c..eb7558e 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="curl unzip libncurses5 postgresql postgresql-contrib imagemagick ffmpeg libimage-exiftool-perl" +pkg_dependencies="curl unzip libncurses5 postgresql postgresql-contrib imagemagick ffmpeg exiftool libimage-exiftool-perl" #================================================= # PERSONAL HELPERS