Update install

This commit is contained in:
Michael RICOIS 2017-02-27 11:59:47 +01:00
parent 3c06784022
commit 6f708bbd71
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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