[tor-commits] [ooni-probe/master] add missing ;

ioerror at torproject.org ioerror at torproject.org
Tue Feb 26 07:24:27 UTC 2013


commit f262b61e72ce0c066fd9bac26bf334e517755dc4
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Mon Feb 25 21:37:53 2013 -0800

    add missing ;
---
 setup-dependencies.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 37c7f5c..da00656 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -18,7 +18,7 @@ if [ $RELEASE = "natty" ] || [ $RELEASE = "wheezy" ]; then
   HAVE_TOR_REPO="`grep deb.torproject.org/torproject.org /etc/apt/sources.list /etc/apt/sources.list.d/* 2>&1|grep torproject|head -n 1`";
   if [ -z "$HAVE_TOR_REPO" ]; then
     echo "It appears that you do not have the torproject.org Debian repository installed; installing it...";
-    sudo apt-add-repository "deb $TOR_DEB_REPO $RELEASE main"
+    sudo apt-add-repository "deb $TOR_DEB_REPO $RELEASE main";
   else
     echo "It appears that you have the torproject.org Debian repository installed!";
   fi
@@ -27,7 +27,7 @@ if [ $RELEASE = "natty" ] || [ $RELEASE = "wheezy" ]; then
   echo "Updating OS package list...";
   sudo apt-get update 2>&1 > /dev/null;
   echo "Installing packages for your system...";
-  sudo apt-get install git-core python python-pip python-dev build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-pcapy python-dnspython python-virtualenv virtualenvwrapper tor tor-geoipdb
+  sudo apt-get install git-core python python-pip python-dev build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-pcapy python-dnspython python-virtualenv virtualenvwrapper tor tor-geoipdb;
 
   if [ ! -f ~/.virtualenvs/ooniprobe/bin/activate ]; then
     # Set up the virtual environment





More information about the tor-commits mailing list