[tor-commits] [ooni-probe/master] Add required package libpcap0.8-dev

art at torproject.org art at torproject.org
Mon Mar 24 15:02:47 UTC 2014


commit 3c240ee7a403c7c7b93e4af2c2c17cbb898338c4
Author: anadahz <kojgelo at inbox.com>
Date:   Fri Mar 14 15:54:03 2014 +0100

    Add required package libpcap0.8-dev
---
 setup-dependencies.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 9830c34..a6867c7 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -896,7 +896,7 @@ case $DISTRO_VERSION in
   echo "[+] Updating OS package list...";
   sudo sudo apt-get update 2>&1 > /dev/null;
   echo "[+] Installing packages for your system...";
-  DO "sudo apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-dnspython tor tor-geoipdb libgeoip-dev" "0"
+  DO "sudo apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-dnspython tor tor-geoipdb libgeoip-dev libpcap0.8-dev" "0"
 
   if [ "$PRIV_MODE" -eq "0" ]; then
     echo "[+] Using virtualenvironment..."





More information about the tor-commits mailing list