From df4feae53ece49244717ea264aa5520bd98e5a0d Mon Sep 17 00:00:00 2001 From: Matteo Brunati Date: Tue, 15 Sep 2015 19:22:16 +0200 Subject: [PATCH] Added python libpcap dep Add `python-libpcap` to the dependencies. Solves #61. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d8277f..199cdca 100644 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ apt-get update # Packages echo "[+] Installing required packages..." -apt-get install --force-yes --yes python-setuptools autossh python-psutil python2.7-dev libpcap0.8-dev ppp tcpdump python-serial sqlite3 python-requests iw build-essential python-bluez python-flask python-gps python-dateutil python-dev libxml2-dev libxslt-dev pyrit mitmproxy +apt-get install --force-yes --yes python-setuptools autossh python-psutil python2.7-dev libpcap0.8-dev ppp tcpdump python-serial sqlite3 python-requests iw build-essential python-bluez python-flask python-gps python-dateutil python-dev python-libpcap libxml2-dev libxslt-dev pyrit mitmproxy # Python packages