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

add missing dependencies

This commit is contained in:
Clément 2018-07-21 10:35:49 +02:00
parent 0d90fdfa36
commit 48bd657d12

View file

@ -62,7 +62,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
# INSTALL DEPENDENCIES
#=================================================
pkg_dependencies=php5-gd
pkg_dependencies="php-gd php-dom php-mbstring"
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
pkg_dependencies="$pkg_dependencies php-zip"
fi