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

commit fb3df16f6ca3753eab4ba1f634521e4bf7ca9da4 Author: Jacob Appelbaum <jacob@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
participants (1)
-
ioerror@torproject.org