[23981] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23591 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 9 12:25:49 2009

Date: Mon, 9 Mar 2009 12:25:41 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903091625.n29GPfbe013780@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-03-09 12:25:41 -0400 (Mon, 09 Mar 2009)
New Revision: 23591

Modified:
   trunk/debathena/scripts/installer/install-debathena.sh
Log:
Copy back changes made to the installer script.


Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh	2009-03-09 15:41:24 UTC (rev 23590)
+++ trunk/debathena/scripts/installer/install-debathena.sh	2009-03-09 16:25:41 UTC (rev 23591)
@@ -5,7 +5,7 @@
 
 # Download this to a Debian or Ubuntu machine and run it as root.  It can
 # be downloaded with:
-#   wget http://athena10.mit.edu/install-debathena.sh
+#   wget http://debathena.mit.edu/install-debathena.sh
 
 set -e
 
@@ -176,9 +176,9 @@
 aptitude -y install lsb-release
 distro=`lsb_release -cs`
 case $distro in
-etch|lenny)
+etch|lenny|squeeze)
   ;;
-dapper|edgy|feisty|gutsy|hardy|intrepid)
+dapper|gutsy|hardy|intrepid|jaunty)
   ubuntu=yes
   ;;
 *)


home help back first fref pref prev next nref lref last post