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

@ -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