1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Fix stretch

This commit is contained in:
Maniack Crudelis 2018-03-08 18:33:25 +01:00
parent 175e961e9d
commit ce4a591cc1
3 changed files with 8 additions and 2 deletions

View file

@ -62,7 +62,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
# INSTALL DEPENDENCIES
#=================================================
ynh_install_app_dependencies php5-gd
ynh_install_app_dependencies php5-gd php5-zip
#=================================================
# CREATE A MYSQL DATABASE

View file

@ -55,7 +55,7 @@ test ! -d $final_path \
#=================================================
# Define and install dependencies
ynh_install_app_dependencies php5-gd
ynh_install_app_dependencies php5-gd php5-zip
#=================================================
# RESTORE THE NGINX CONFIGURATION

View file

@ -116,6 +116,12 @@ ynh_system_user_create "$app"
# Create a dedicated php-fpm config
ynh_add_fpm_config
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_install_app_dependencies php5-gd php5-zip
#=================================================
# SPECIFIC UPGRADE
#=================================================