Skip to content

Commit 9fc39a0

Browse files
committed
Adds -k to RVM curl download
1 parent e214562 commit 9fc39a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-install-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Installs Homebrew for installing other software"
55
brew update
66

77
echo "Installs RVM (Ruby Version Manager) for handling Ruby installation"
8-
curl -L get.rvm.io | bash -s stable
8+
curl -kL get.rvm.io | bash -s stable
99
source ~/.rvm/scripts/rvm
1010

1111
echo "Install Ruby"

0 commit comments

Comments
 (0)