[tor-commits] [tor-cloud/master] New cloud images will include arm
runa at torproject.org
runa at torproject.org
Mon Jan 16 15:02:38 UTC 2012
commit e945ed23d2d8dde60944e5efe352315f96b292dd
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
Date: Mon Jan 16 15:02:32 2012 +0000
New cloud images will include arm
---
ec2-prep.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ec2-prep.sh b/ec2-prep.sh
index 0e9f712..84d19d3 100644
--- a/ec2-prep.sh
+++ b/ec2-prep.sh
@@ -218,10 +218,10 @@ yIJpnL6TsA5uFqUosz2rOPKeeDOtruSo490PTA==
EOF
apt-key add $GPGKEY
-# Install Tor
+# Install Tor and arm
echo "Installing Tor...";
aptitude update
-aptitude -y install tor tor-geoipdb
+aptitude -y install tor tor-geoipdb tor-arm
# Configure Tor
echo "Configuring Tor...";
More information about the tor-commits
mailing list