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 +}