Skip to content

Commit ab48406

Browse files
committed
Install php-zip; fixes #77
1 parent 13cd7d2 commit ab48406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/php-installation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ POOL_FILE=/etc/php/${php_version}/fpm/pool.d/${web_developer_username}.conf
9090

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

93-
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"
93+
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"
9494

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

0 commit comments

Comments
 (0)