1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Merge pull request #43 from YunoHost-Apps/testing

Testing
This commit is contained in:
JimboJoe 2018-07-28 15:35:28 +02:00 committed by GitHub
commit bf4d62f97c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
setup_private=0
setup_public=0
upgrade=1
upgrade=1 from_commit=269500433bdbce3b477fa84d0af0db3ac466244d
upgrade=1 from_commit=8d0acb6953a4c4c2206985c7d9881c5b7b637ebd
backup_restore=1
multi_instance=1
incorrect_path=1

View file

@ -7,7 +7,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"
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
pkg_dependencies="$pkg_dependencies php-zip"
pkg_dependencies="$pkg_dependencies php-zip php-gd php-mbstring"
else
pkg_dependencies="$pkg_dependencies php-crypt-gpg"
fi