[25371] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Feb 3 11:23:39 2011

Date: Thu, 3 Feb 2011 11:23:33 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201102031623.p13GNXmM006040@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-02-03 11:23:33 -0500 (Thu, 03 Feb 2011)
New Revision: 24932

Modified:
   trunk/debathena/scripts/installer/install-debathena.sh
Log:
Wordsmithing

Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh	2011-02-03 16:18:13 UTC (rev 24931)
+++ trunk/debathena/scripts/installer/install-debathena.sh	2011-02-03 16:23:33 UTC (rev 24932)
@@ -190,8 +190,8 @@
 if ! apt-get --simulate --assume-yes dist-upgrade | grep -q "$pattern"; then
      error "Your system is not up to date.  Proceeding with an install at"
      error "this time could render your system unusable."
-     error "Please run 'sudo apt-get upgrade' or use the GUI update manager"
-     error "to ensure your system is up to date before continuing."
+     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."
      exit 1
 fi
 


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