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

@ -1 +1 @@
Subproject commit c09cdf2b7c36fc47d081b611542344f8b794a09c
Subproject commit 35d67b82050a7e7315132185129f5e65a0893b75

3
install-bdfactory.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
git submodule init
git submodule update

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