Skip to content

Commit

Permalink
Fix install of latest ruby on OSX 10.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmorgan committed Feb 19, 2013
1 parent 69d09c4 commit c37efc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ Installation
------------

zsh < <(curl -s https://raw.github.com/damonmorgan/environment/master/mac_part1)

zsh < <(curl -s https://raw.github.com/damonmorgan/environment/master/mac_part2)

rake install

restart terminal
restart terminal

zsh < <(curl -s https://raw.github.com/damonmorgan/environment/master/mac_part3)

Expand Down
2 changes: 2 additions & 0 deletions mac_part3
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ echo "Fetch better programming font"
vared -p "Press any key once you have installed the Inconsolata font..." tmp

echo "Install lastest ruby"
brew tap homebrew/dupes
brew install apple-gcc42
successfully brew install ruby-build
successfully rbenv install 1.9.3-p374
successfully rbenv rehash
Expand Down

0 comments on commit c37efc9

Please sign in to comment.