From b671873a3a619f72202ca487e562eac29f1f83de Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Tue, 21 Oct 2014 17:10:33 +0200 Subject: [PATCH] added more deps to setup.sh --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index c4c1c73..0d36778 100755 --- a/setup.sh +++ b/setup.sh @@ -4,8 +4,8 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -apt-get install python-pip msgpack-python python-nfqueue python-imaging -y -apt-get install python-requests python-configobj python-pefile -y +apt-get install python-scapy python-dns python-pip msgpack-python python-nfqueue python-imaging -y +apt-get install python-dnspython python-requests python-configobj python-pefile -y git submodule init git submodule update cd bdfactory/ && ./install.sh