Update rbenv clone source

This commit is contained in:
2016-12-02 10:32:40 +00:00
parent 91bfbdfa7d
commit 608fbc609f

View File

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