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