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:
parent
0d90fdfa36
commit
48bd657d12
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pkg_dependencies=php5-gd
|
pkg_dependencies="php-gd php-dom php-mbstring"
|
||||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||||
pkg_dependencies="$pkg_dependencies php-zip"
|
pkg_dependencies="$pkg_dependencies php-zip"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue