commit 765778062be4e06b36d60b5d8e2ada4bda2e77a0
Author: anadahz <anadahz>
Date: Mon Dec 30 03:55:17 2013 +0100
Remove package python-pypcap
Conflicts: due to unmet dependencies
---
setup-dependencies.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index f2dac3c..ef3ab16 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -481,7 +481,7 @@ case $DISTRO_VERSION in
echo "[+] Updating OS package list...";
apt-get update 2>&1 > /dev/null;
echo "[+] Installing packages for your system...";
- DO "apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-pypcap python-dnspython tor tor-geoipdb" "0"
+ DO "apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-dnspython tor tor-geoipdb" "0"
if [ "${INSTALL_PIP}" -eq "1" ] ; then
echo "[+] Installing pip securely"