[25673] in Source-Commits
/svn/athena r25160 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Jun 23 09:35:29 2011
Date: Thu, 23 Jun 2011 09:35:22 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201106231335.p5NDZM2Z015073@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-06-23 09:35:21 -0400 (Thu, 23 Jun 2011)
New Revision: 25160
Modified:
trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
* Support natty
* Be clearer about what "not up to date" means
Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh 2011-06-23 02:47:10 UTC (rev 25159)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh 2011-06-23 13:35:21 UTC (rev 25160)
@@ -200,6 +200,9 @@
error "this time could render your system unusable."
error "Please run 'apt-get dist-upgrade' as root or use the GUI update"
error "manager to ensure your system is up to date before continuing."
+ error "NOTE: You do NOT need to upgrade to a newer release of Ubuntu",
+ error "you merely need to ensure you have the latest software updates"
+ error "for the current version."
exit 1
fi
fi
@@ -219,7 +222,7 @@
case $distro in
lenny|squeeze)
;;
-hardy|intrepid|jaunty|karmic|lucid|maverick)
+hardy|intrepid|jaunty|karmic|lucid|maverick|natty)
ubuntu=yes
;;
*)