mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Added dependencies php-gd php-mbstring
I had problem installing the app https://github.com/YunoHost-Apps/roundcube_ynh/issues/36 . I solved it that time(I don't remember how). Now a user have same problem and provide with a solution of missing dependencies php-gd php-mbstring. So adding them.
This commit is contained in:
parent
c4951b624f
commit
f2d838d6c6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# =============================================================================
|
||||
|
||||
# Package dependencies
|
||||
pkg_dependencies="php5-cli php5-common php5-intl php5-json php5-mcrypt php-pear php-auth-sasl php-mail-mime php-patchwork-utf8 php-net-smtp php-net-socket php-net-ldap2 php-net-ldap3"
|
||||
pkg_dependencies="php5-cli php5-common php5-intl php5-json php5-mcrypt php-pear php-auth-sasl php-mail-mime php-patchwork-utf8 php-net-smtp php-net-socket php-net-ldap2 php-net-ldap3 php-gd php-mbstring"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-zip"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue