I’m trying to do this:
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
but I keep getting this error
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>
What’s going on?
The URL to install RVM was recently changed to use HTTPS, so the command is now:
However, you should always read the up-to-date RVM installation docs for the current command.