added twisted to setup script

This commit is contained in:
byt3bl33d3r 2014-10-28 19:42:42 +01:00
parent b671873a3a
commit fc3cbb56ef

View file

@ -5,7 +5,7 @@ if [[ $EUID -ne 0 ]]; then
fi
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
apt-get install python-twisted-web python-dnspython python-requests python-configobj python-pefile -y
git submodule init
git submodule update
cd bdfactory/ && ./install.sh