modified binkybears install script

This commit is contained in:
byt3bl33d3r 2014-10-19 11:22:22 +02:00
parent 68178140fe
commit 72db92f41f

11
setup.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
if [[ $EUID -ne 0 ]]; then
echo "You must be root" 2>&1
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
git submodule init
git submodule update
cd bdfactory/ && ./install.sh