From f9d5e506c84d7cdbb57b3dc1c95323d738b7e4db Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 8 Aug 2017 00:45:42 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 29c00b5..68b2e00 100644 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,7 @@ ynh_app_setting_set $app admin_user $admin email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g") # Installation of the dependance -sudo apt install php5-gd +ynh_install_app_dependencies php5-gd # Check destination directory DESTDIR="/var/www/$app"