Skip to content

Commit

Permalink
Install php-zip; fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
pothi committed Sep 10, 2019
1 parent 13cd7d2 commit ab48406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/php-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ POOL_FILE=/etc/php/${php_version}/fpm/pool.d/${web_developer_username}.conf

### Please do not edit below this line ###

PHP_PACKAGES="php${php_version}-fpm php${php_version}-mysql php${php_version}-gd php${php_version}-cli php${php_version}-xml php${php_version}-mbstring php${php_version}-soap php-curl"
PHP_PACKAGES="php${php_version}-fpm php${php_version}-mysql php${php_version}-gd php${php_version}-cli php${php_version}-xml php${php_version}-mbstring php${php_version}-soap php-curl php-zip"

if [ "$php_version" = "7.0" ] ; then
PHP_PACKAGES="$PHP_PACKAGES php${php_version}-mcrypt"
Expand Down

0 comments on commit ab48406

Please sign in to comment.