Browse Source
Merge pull request #116 from YunoHost-Apps/fix_stretch_dependencies
Fix Debian Stretch dependencies (fixes #112)
pull/119/head
JimboJoe
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
scripts/_common.sh
|
|
@ -6,7 +6,7 @@ |
|
|
pkg_dependencies="php5-gd php5-json php5-intl php5-mcrypt php5-curl php5-apcu php5-redis php5-ldap php5-imagick imagemagick acl tar smbclient" |
|
|
pkg_dependencies="php5-gd php5-json php5-intl php5-mcrypt php5-curl php5-apcu php5-redis php5-ldap php5-imagick imagemagick acl tar smbclient" |
|
|
|
|
|
|
|
|
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 php-apcu php-mbstring php-xml" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
|