[26738] in Source-Commits
/svn/athena r25720 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Aug 14 15:32:27 2012
Date: Tue, 14 Aug 2012 15:32:25 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208141932.q7EJWPDH014677@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-14 15:32:25 -0400 (Tue, 14 Aug 2012)
New Revision: 25720
Modified:
trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
Switch to apt-get for the actuall install transactions
Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh 2012-08-14 17:51:53 UTC (rev 25719)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh 2012-08-14 19:32:25 UTC (rev 25720)
@@ -307,10 +307,10 @@
fi
output "Installing Debathena installer dependencies: wget and dnsutils"
-aptitude -y install wget dnsutils
+apt-get -y install wget dnsutils
if [ yes = "$resolvconfhack" ]; then
output "Installing resolvconf ahead of time"
- aptitude -y install resolvconf
+ apt-get -y install resolvconf
fi
# Only add our openafs component if DKMS isn't available
@@ -407,17 +407,17 @@
# debathena packages will later stomp on anyway.
output "Installing main Debathena metapackage $mainpackage"
-aptitude -y install "$mainpackage"
+apt-get -y install "$mainpackage"
# Use the default front end and allow questions to be asked; otherwise
# Java will fail to install since it has to present its license.
if [ yes = "$csoft" ]; then
output "Installing debathena-extra-software"
- DEBIAN_PRIORITY=critical aptitude -y install debathena-extra-software
+ DEBIAN_PRIORITY=critical apt-get -y install debathena-extra-software
fi
if [ yes = "$tsoft" ]; then
output "Installing debathena-thirdparty"
- DEBIAN_PRIORITY=critical aptitude -y install debathena-thirdparty
+ DEBIAN_PRIORITY=critical apt-get -y install debathena-thirdparty
fi
# Post-install cleanup for cluster systems.