xentaur
diff files/prepare-ec2-instance @ 68:f652fab38c7a
ec2 parameters small fixes
author | Igor Chubin <igor@chub.in> |
---|---|
date | Mon Jan 11 19:36:56 2010 +0200 (2010-01-11) |
parents | aaf034af3a35 |
children |
line diff
1.1 --- a/files/prepare-ec2-instance Sat Jan 09 20:20:08 2010 +0200 1.2 +++ b/files/prepare-ec2-instance Mon Jan 11 19:36:56 2010 +0200 1.3 @@ -19,6 +19,7 @@ 1.4 hostname $HOSTNAME 1.5 touch /root/.hushlogin 1.6 export DEBIAN_FRONTEND=noninteractive 1.7 + perl -p -i -e 's/universe/universe multiverse/' /etc/apt/sources.list 1.8 pkill apt-get ; pkill dpkg ; sleep 5; pkill apt-get; pkill dpkg ; sleep 5 1.9 dpkg --configure -a 1.10 apt-get -q -y update