Install script

Update in bdfactory still puts out missing capstone folder but this
should be all the required files for kali.
This commit is contained in:
binkybear 2014-10-17 18:37:19 -10:00
parent 9ef85851a2
commit 1e9e0a460c

7
install.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
sudo apt-get install python-pip msgpack-python python-nfqueue python-imaging capstone -y
sudo apt-get install python-requests python-configobj python-pefile -y
pip install capstone
./update.sh
./install-bdfactory.sh
./bdfactory/update.sh