follow redirects when fetching rvm installer

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-06-04 09:49:36 +02:00
parent b19c749f48
commit a206d5c5de

View file

@ -93,7 +93,7 @@ cargo install racer
# rvm
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
$CURL https://get.rvm.io | bash -s stable
$CURL -L https://get.rvm.io | bash -s stable
source $HOME/.rvm/scripts/rvm
rvm install ruby