[mapguide-commits] r7780 - branches/2.4/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Aug 16 22:40:44 PDT 2013


Author: jng
Date: 2013-08-16 22:40:44 -0700 (Fri, 16 Aug 2013)
New Revision: 7780

Modified:
   branches/2.4/Installer/scripts/mginstallubuntu.sh
Log:
Update Ubuntu install script for 2.4.1

Modified: branches/2.4/Installer/scripts/mginstallubuntu.sh
===================================================================
--- branches/2.4/Installer/scripts/mginstallubuntu.sh	2013-08-16 16:00:23 UTC (rev 7779)
+++ branches/2.4/Installer/scripts/mginstallubuntu.sh	2013-08-17 05:40:44 UTC (rev 7780)
@@ -1,12 +1,13 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL="http://download.osgeo.org/mapguide/releases/2.4.0/RC2/ubuntu12"
+URL="http://download.osgeo.org/mapguide/releases/2.4.1/ubuntu12"
+#URL="http://192.168.0.7/downloads/2.4.1/ubuntu12"
 FDOVER_MAJOR_MINOR=3.7
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
-FDOVER=${FDOVER_MAJOR_MINOR_REV}-6577_i386
+FDOVER=${FDOVER_MAJOR_MINOR_REV}-6960_i386
 MGVER_MAJOR_MINOR=2.4
-MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.0
-MGVER=${MGVER_MAJOR_MINOR_REV}-6989_i386
+MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.1
+MGVER=${MGVER_MAJOR_MINOR_REV}-7778_i386
 
 # Must have root
 if [[ $EUID -ne 0 ]]; then



More information about the mapguide-commits mailing list