From 7c915ca48295f0e04053f29f635eb5f93e3487c9 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 6 Aug 2017 22:07:15 +0200 Subject: [PATCH] [Fix] Dependance --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index c1cc5d0..29c00b5 100644 --- a/scripts/install +++ b/scripts/install @@ -28,6 +28,9 @@ ynh_app_setting_set $app admin_user $admin # Retrieve admin email email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g") +# Installation of the dependance +sudo apt install php5-gd + # Check destination directory DESTDIR="/var/www/$app" [[ -d $DESTDIR ]] && ynh_die \