mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
fix: wrong package name
This commit is contained in:
parent
6292077fea
commit
1213243f98
1 changed files with 1 additions and 1 deletions
|
@ -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 -y Imagick
|
||||
sudo apt-get install imagemagick
|
||||
sudo apt-get install -y php5-imagick
|
||||
sudo service apache2 restart
|
||||
|
||||
|
|
Loading…
Reference in a new issue