From 5f87c300ea2205f0ede58e55d774194df0c1dd08 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 24 Nov 2018 00:09:49 +0100 Subject: [PATCH] Update install --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 9c6e8e8..251babc 100644 --- a/scripts/install +++ b/scripts/install @@ -51,10 +51,7 @@ ynh_app_setting_set $app is_public $is_public #sudo yunohost app setting $app is_public -v "$is_public" #install dependency -ynh_package_is_installed 'php-geoip' -if [[ ! $? -eq 0 ]]; then - ynh_package_install 'php-geoip' -fi +ynh_install_app_dependencies $pkg_dependencies #install locale (nginx will restart at the end of the install) for i in $lang