Browse Source

php-zip if not jessie

pull/96/head
Maniack Crudelis 8 years ago
parent
commit
465049e6b3
  1. 2
      scripts/_common.sh

2
scripts/_common.sh

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

Loading…
Cancel
Save