Fixes #160 by adding mcrypt to list of packages to install
This commit is contained in:
parent
559326f3bf
commit
ae93a24152
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ echo "===================================================="
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
apt-get install --assume-yes --quiet apache2 php5 libapache2-mod-php5 php5-curl curl
|
apt-get install --assume-yes --quiet apache2 php5 libapache2-mod-php5 php5-curl curl php5-mcrypt
|
||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue