Fixes #160 by adding mcrypt to list of packages to install

This commit is contained in:
Mike Grace 2011-09-26 22:02:39 -05:00
parent 559326f3bf
commit ae93a24152

View file

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