curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
如果curl not found
就执行apt install curl 安装一下
msf 源码下好就
赋755权限 并执行安装
chmod 755 msfinstall && ./msfinstall



