... and force the install

This commit is contained in:
hauke 2015-11-07 17:14:00 +01:00
parent 1213243f98
commit 78cc32031a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ sudo service apache2 restart
#Install php
echo ">>> Installing PHP5"
sudo apt-get install -y php5 libapache2-mod-php5 php5-cli php5-mysql php5-curl php5-gd
sudo apt-get install imagemagick
sudo apt-get install -y imagemagick
sudo apt-get install -y php5-imagick
sudo service apache2 restart