Also install ruby-build manually as a rbenv plugin

This commit is contained in:
2013-01-07 11:52:36 +00:00
parent 53c6521d9c
commit 8ec7ca3cef

View File

@@ -42,6 +42,7 @@ install_homebrew () {
install_rbenv () { install_rbenv () {
git_clone 'git://github.com/sstephenson/rbenv.git' "$TARGET/.rbenv" git_clone 'git://github.com/sstephenson/rbenv.git' "$TARGET/.rbenv"
git_clone 'git://github.com/sstephenson/ruby-build.git' "$TARGET/.rbenv/plugins/ruby-build"
} }
install_nvm () { install_nvm () {