From 6d9e622b65a082c85c2dfd71b33472c27b0803cb Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 24 Jul 2010 17:19:51 +0000 Subject: [PATCH] changed to a functional mandriva package repository --- contrib/util/installScripts/cvsDemoInstall | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contrib/util/installScripts/cvsDemoInstall b/contrib/util/installScripts/cvsDemoInstall index fa4584774..13453b025 100644 --- a/contrib/util/installScripts/cvsDemoInstall +++ b/contrib/util/installScripts/cvsDemoInstall @@ -39,7 +39,14 @@ setIgroup="Default" #practice group name setInst="1" #CONSTANT, don't set #FIRST DEAL WITH STUFF SPECIFIC TO THE CVS DEMO AND DEVELOPER APPLIANCE -#Install php-gd (graphics) and php-mbstring (multibyte character support) packages +#Connect to a new mandriva package repository (official repository no longer supports mandriva 2008) +echo "Updating new Mandriva Package repository. This is a 100MB download, so may take several minutes." +echo "Updating new Mandriva Package repository. This is a 100MB download, so may take several minutes." >> $LOG +urpmi.addmedia main http://ftp.ussg.iu.edu/linux/mandrake/official/2008.0/i586/media/main/release with media_info/hdlist.cz +urpmi.addmedia --update main_updates http://ftp.ussg.iu.edu/linux/mandrake/official/2008.0/i586/media/main/updates with media_info/hdlist.cz +urpmi.addmedia contrib http://ftp.ussg.iu.edu/linux/mandrake/official/2008.0/i586/media/contrib/release with media_info/hdlist.cz + urpmi.addmedia --update contrib_updates http://ftp.ussg.iu.edu/linux/mandrake/official/2008.0/i586/media/contrib/updates with media_info/hdlist.cz +#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 -- 2.11.4.GIT