From afe248f5910618356215fce8cd4dfd4c6d43226b Mon Sep 17 00:00:00 2001 From: bradymiller Date: Wed, 16 Mar 2011 23:15:34 -0700 Subject: [PATCH] Support for php mcrypt module in the developer appliance and onlines development demos --- contrib/util/installScripts/cvsDemoInstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index c5d80561a..bc83c5825 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -42,7 +42,7 @@ urpmi.addmedia --update contrib_updates http://ftp.ussg.iu.edu/linux/mandrake/of # and restart apache (done after below suhosin patch). echo "Installing gd(graphics) and mbstring(multibyte support) and zip php packages and xsl php package and perl-CGI package and git packages..." echo "Installing gd(graphics) and mbstring(multibyte support) and zip php packages and xsl php package and perl-CGI package and git packages..." >> $LOG -urpmi --auto php-gd php-mbstring php-zip php-xsl php-curl perl-CGI patch git-core qgit >> $LOG +urpmi --auto php-gd php-mbstring php-zip php-xsl php-curl php-mcrypt perl-CGI patch git-core qgit >> $LOG # COLLECT THE GIT REPO (if it doesn't exist) if ! [ -d $GITMAIN ]; then -- 2.11.4.GIT