From 6676dd781f855a8e6861a5bc1800f2f13bf50748 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 28 Mar 2017 15:59:00 +0200 Subject: [PATCH] Oups php5-soap --- lamp-trusty64-fpm/bootstrap.sh | 2 +- lamp-trusty64/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lamp-trusty64-fpm/bootstrap.sh b/lamp-trusty64-fpm/bootstrap.sh index 778ea55..2d97461 100644 --- a/lamp-trusty64-fpm/bootstrap.sh +++ b/lamp-trusty64-fpm/bootstrap.sh @@ -61,7 +61,7 @@ if [ ! -f /usr/bin/php5 ]; then # Install sudo apt-get update - sudo apt-get -y install htop unzip apache2 php5-cli php5-fpm php5-soap php5-mcrypt php5-curl php5-xmlrpc \ + sudo apt-get -y install htop unzip apache2 php5-cli php5-fpm php5-mcrypt php5-curl php5-xmlrpc \ php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu if [ $VARGANTDEV -eq 1 ]; then sudo apt-get -y install php5-xdebug diff --git a/lamp-trusty64/bootstrap.sh b/lamp-trusty64/bootstrap.sh index 0a1d8e6..8805c69 100644 --- a/lamp-trusty64/bootstrap.sh +++ b/lamp-trusty64/bootstrap.sh @@ -59,7 +59,7 @@ if [ ! -f /usr/bin/php5 ]; then # Install sudo apt-get update - sudo apt-get -y install htop unzip apache2 libapache2-mod-php5 php5-cli php5-soap php5-mcrypt php5-curl php5-xmlrpc \ + sudo apt-get -y install htop unzip apache2 libapache2-mod-php5 php5-cli php5-mcrypt php5-curl php5-xmlrpc \ php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu if [ $VARGANTDEV -eq 1 ]; then sudo apt-get -y install php5-xdebug