From a59f591ce4740e83c30512bfd0272dce6fdcd1ad Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 28 Dec 2018 13:53:01 +0100 Subject: [PATCH] Add imagemagick in dep --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3b7332c..e578830 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,6 +1,6 @@ #!/bin/bash -pkg_dependencies="sqlite3 python-pip" +pkg_dependencies="sqlite3 python-pip imagemagick" create_dir=0 @@ -86,4 +86,4 @@ ynh_systemd_action() { echo "" ynh_clean_check_starting fi -} \ No newline at end of file +}