[tor-commits] [ooni-probe/master] Add wheezy support for arma to test

ioerror at torproject.org ioerror at torproject.org
Tue Feb 26 05:30:24 UTC 2013


commit fb3df16f6ca3753eab4ba1f634521e4bf7ca9da4
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Mon Feb 25 21:30:03 2013 -0800

    Add wheezy support for arma to test
---
 setup-dependencies.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index b562bee..37c7f5c 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -5,7 +5,7 @@ RELEASE="`lsb_release -c|cut -f 2`";
 TOR_DEB_REPO="deb.torproject.org/torproject.org";
 
 # This is for Ubuntu's natty
-if [ $RELEASE = "natty" ]; then
+if [ $RELEASE = "natty" ] || [ $RELEASE = "wheezy" ]; then
   # Add Tor repo
   HAVE_GPG_KEY="`apt-key finger|grep 'A3C4 F0F9 79CA A22C DBA8  F512 EE8C BC9E 886D DD89'|head -n 1`";
   if [ -z "$HAVE_GPG_KEY" ]; then



More information about the tor-commits mailing list