Browse Source

Merge pull request #105 from YunoHost-Apps/testing

Testing
pull/140/head
Maniack Crudelis 8 years ago
committed by GitHub
parent
commit
1e35eb7e6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/_common.sh

4
scripts/_common.sh

@ -5,6 +5,10 @@
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
pkg_dependencies="$pkg_dependencies php-zip"
fi
#================================================= #=================================================
# COMMON HELPERS # COMMON HELPERS
#================================================= #=================================================

Loading…
Cancel
Save