From 6f708bbd7176c1f859df5709e07af9913c90465c Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 27 Feb 2017 11:59:47 +0100 Subject: [PATCH] Update install --- lamp-trusty64-fpm/bootstrap.sh | 3 ++- lamp-trusty64/bootstrap.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lamp-trusty64-fpm/bootstrap.sh b/lamp-trusty64-fpm/bootstrap.sh index 2770871..2d97461 100644 --- a/lamp-trusty64-fpm/bootstrap.sh +++ b/lamp-trusty64-fpm/bootstrap.sh @@ -61,7 +61,8 @@ if [ ! -f /usr/bin/php5 ]; then # Install sudo apt-get update - sudo apt-get -y install htop unzip apache2 php5-fpm php5-cli php5-apcu php5-curl php5-xmlrpc php5-xsl php5-mysqlnd + 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 fi diff --git a/lamp-trusty64/bootstrap.sh b/lamp-trusty64/bootstrap.sh index b4108f7..7df405e 100644 --- a/lamp-trusty64/bootstrap.sh +++ b/lamp-trusty64/bootstrap.sh @@ -59,7 +59,8 @@ if [ ! -f /usr/bin/php5 ]; then # Install sudo apt-get update - sudo apt-get -y install htop unzip apache2 php5 php5-apcu php5-curl php5-xmlrpc php5-xsl php5-mysqlnd + sudo apt-get -y install htop unzip apache2 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 fi