diff --git a/scripts/_common.sh b/scripts/_common.sh index d7bb99c..4e361bf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,6 +4,9 @@ # Package dependencies PKG_DEPENDENCIES="php5-curl php5-gd" +if [ "$(lsb_release --codename --short)" != "jessie" ]; then + PKG_DEPENDENCIES="$PKG_DEPENDENCIES php-zip" +fi # Check if directory/file already exists (path in argument) myynh_check_path () {