安装rvm
curl -L get.rvm.io | bash
安装ruby2.5
rvm install 2.5 --default
配置环境变量
vim ~/.bashrc
source ~/.bashrc
安装beef
git clone git://github.com/beefproject/beef.git
cd beef
yum install libcurl libcurl-devel
bundle install
以上如果还搞不定:
https://github.com/beefproject/beef/wiki/Installation
https://www.cnblogs.com/waw/p/12024730.html
https://www.jianshu.com/p/43587562431c