Hi after a
apt-get update
apt-get upgrade
will msf be updated...
But after this the normal
svn update
fails with a error:
svn: Failed to add directory 'external/source/meterpreter/source/common/polarssl': a versioned directory of the same name already exists
Maybe you should not offer msf updates through apt-get maybe you add in the final BT a update script like this:
Code:
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
cd /pentest/exploits/fasttrack
./fast-track.py -c 1 1
./fast-track.py -c 1 2
cd ..
cd framework2
svn update
cd ..
cd framework3
svn update
cd /root