I'm trying to install ruby on rails on ubuntu 12.04 through rvm
I did apt-get update and installed curl. Then i entered below command in the terminal
curl -L get.rvm.io | bash -s stable
But after few seconds i get an error "(7) couldn't connect to host". Any help in getting rvm installed?