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:
parent
31f584af94
commit
5f87c300ea
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue