Skip to content

Commit be7bcc7

Browse files
committed
fixed brew installation url
1 parent 663f3cf commit be7bcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-install-osx-rvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22

33
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)"
4+
/usr/bin/ruby -e "$(/usr/bin/curl -fsSkL raw.github.com/mxcl/homebrew/go)"
55
brew update
66

77
echo "Installs Git"

0 commit comments

Comments
 (0)