在Ubuntu 10.10上安装RVM错误

eri*_*bae 5 ubuntu rvm

我正在尝试这样做:

bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
Run Code Online (Sandbox Code Playgroud)

但我一直收到这个错误

bash: line 1: html: No such file or directory
bash: line 2: syntax error near unexpected token `<'
'ash: line 2: `<head><title>301 Moved Permanently</title></head>
Run Code Online (Sandbox Code Playgroud)

这是怎么回事?

And*_*all 10

最近安装RVM的URL已更改为使用HTTPS,因此命令现在为:

\curl -L https://get.rvm.io | bash -s stable
Run Code Online (Sandbox Code Playgroud)

但是,您应该始终阅读当前命令的最新RVM安装文档.