From 00ed35fd405a57e599f4c955836a4ea277afdf06 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Fri, 26 Nov 2010 15:58:42 -0800 Subject: [PATCH] Added qgit package installation to developer appliance and cvs demo scripts. --- contrib/util/installScripts/cvsDemoInstall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index 71f35f295..69fc3f022 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -40,9 +40,9 @@ urpmi.addmedia --update contrib_updates http://ftp.ussg.iu.edu/linux/mandrake/of # Install php-gd (graphics), php-mbstring (multibyte character support), php-zip, php-xsl and perl-CGI packages # 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..." -echo "Installing gd(graphics) and mbstring(multibyte support) and zip php packages and xsl php package and perl-CGI package..." >> $LOG -urpmi --auto php-gd php-mbstring php-zip php-xsl php-curl perl-CGI patch git-core >> $LOG +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 # COLLECT THE GIT REPO (if it doesn't exist) if ! [ -d $GITMAIN ]; then -- 2.11.4.GIT