added install and update scripts

This commit is contained in:
byt3bl33d3r 2014-07-24 12:47:19 +02:00
commit c02604723d
3 changed files with 11 additions and 1 deletions

7
update.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
echo 'Updating MITMf'
git pull
echo 'Updating the-backdoor-factory'
cd bdfactory/
git pull origin master