先通过代理把安装脚本down下来,
https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer
curl -sS https://ghproxy.com/xxxxxx -o install.sh
chmod +x install.sh
开始安装
./install.sh
先通过代理把安装脚本down下来,
https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer
curl -sS https://ghproxy.com/xxxxxx -o install.sh
chmod +x install.sh
开始安装
./install.sh