[tor-commits] [ooni-probe/master] Add install package libdumbnet-dev

art at torproject.org art at torproject.org
Wed Feb 4 13:27:15 UTC 2015


commit 9ac1e777be78efbdd32c7804a130a82071bac279
Author: anadahz <kojgelo at inbox.com>
Date:   Thu Jan 15 02:17:30 2015 +0100

    Add install package libdumbnet-dev
    
    The package libdumbnet-dev is required by pydumbnet
---
 setup-dependencies.sh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index bf7eb44..524a5da 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -906,7 +906,9 @@ 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 tor tor-geoipdb libgeoip-dev libpcap0.8-dev libssl-dev libffi-dev" "0"
+  DO "sudo apt-get -y install curl git-core python python-dev python-setuptools
+      build-essential libdumbnet1 python-dumbnet python-libpcap tor tor-geoipdb
+      libgeoip-dev libpcap0.8-dev libssl-dev libffi-dev libdumbnet-dev" "0"
 
   if [ "$PRIV_MODE" -eq "0" ]; then
     echo "[+] Using virtualenvironment..."





More information about the tor-commits mailing list