1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update install

This commit is contained in:
Krakinou 2018-11-24 00:09:49 +01:00 committed by GitHub
parent 31f584af94
commit 5f87c300ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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