We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663f3cf + 9269715 commit 0f2b751Copy full SHA for 0f2b751
rails-install-osx-rvm.sh
@@ -1,12 +1,15 @@
1
set -e
2
3
echo "Installs Homebrew for installing other software"
4
-/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
5
-brew update
+/usr/bin/ruby -e "$(/usr/bin/curl -fsSkL raw.github.com/mxcl/homebrew/go)"
6
7
echo "Installs Git"
8
brew install git
9
+echo "Updates Homebrew"
10
+brew update
11
+
12
13
echo "Installs RVM (Ruby Version Manager) for handling Ruby installation"
14
curl -kL get.rvm.io | bash -s stable
15
source ~/.rvm/scripts/rvm
0 commit comments