From e7a7b0a57fdd2e832d6bbe29c5a20c75399098be Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Tue, 10 Mar 2015 21:55:44 +0100 Subject: [PATCH] removed os specific deps in setup script --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 104b15f..c5a7d24 100755 --- a/setup.sh +++ b/setup.sh @@ -4,9 +4,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y -apt-get install python-twisted-web python-dnspython python-requests python-configobj python-pefile -y -pip install pyyaml ua-parser user-agents git submodule init git submodule update cd libs/bdfactory/ && ./install.sh