Codebase list framework2 / 8edffbb9-181f-475d-b3e1-1e5534a5e7e1/main msfupdate
8edffbb9-181f-475d-b3e1-1e5534a5e7e1/main

Tree @8edffbb9-181f-475d-b3e1-1e5534a5e7e1/main (Download .tar.gz)

msfupdate @8edffbb9-181f-475d-b3e1-1e5534a5e7e1/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);