added capstone in requirements.txt

modified setup and update scripts
This commit is contained in:
byt3bl33d3r 2015-04-18 15:08:11 +02:00
commit 96eb4e2fa6
3 changed files with 1 additions and 6 deletions

View file

@ -13,4 +13,5 @@ pefile
ipy
pyopenssl
service_identity
capstone
pypcap

View file

@ -1,8 +1,3 @@
#!/usr/bin/env bash
if [[ $EUID -ne 0 ]]; then
echo "You must be root" 2>&1
exit 1
fi
git submodule init && git submodule update --recursive
cd libs/bdfactory/ && ./install.sh

View file

@ -9,4 +9,3 @@ git pull
echo 'Updating the-backdoor-factory'
cd libs/bdfactory/
git pull origin master
./update.sh