[25370] in Source-Commits
/svn/athena r24931 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Feb 3 11:18:19 2011
Date: Thu, 3 Feb 2011 11:18:13 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201102031618.p13GIDVn005337@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:18:13 -0500 (Thu, 03 Feb 2011)
New Revision: 24931
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
Instruct user to run apt-get, not aptitude
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2011-01-28 18:28:17 UTC (rev 24930)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2011-02-03 16:18:13 UTC (rev 24931)
@@ -190,7 +190,7 @@
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 'aptitude full-upgrade' or use the GUI update manager"
+ error "Please run 'sudo apt-get upgrade' or use the GUI update manager"
error "to ensure your system is up to date before continuing."
exit 1
fi