Codebase list framework2 / b29037f1-98a0-4233-953c-b5e7a7078e0f/main msfupdate
b29037f1-98a0-4233-953c-b5e7a7078e0f/main

Tree @b29037f1-98a0-4233-953c-b5e7a7078e0f/main (Download .tar.gz)

msfupdate @b29037f1-98a0-4233-953c-b5e7a7078e0f/mainraw · history · blame

#!/usr/bin/perl
###############

print STDERR "\n";
print STDERR "[*] The msfupdate command is no longer supported, please use\n";
print STDERR "    Subversion to update your Framework installation.\n\n";
print STDERR "    Updating with Subversion:\n";
print STDERR "        \$ cd framework-2.x/\n";
print STDERR "        \$ svn update\n";
print STDERR "\n";

exit(0);