mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
Update rbenv clone source
This commit is contained in:
@@ -70,8 +70,8 @@ install_homebrew () {
|
||||
}
|
||||
|
||||
install_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"
|
||||
git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv"
|
||||
git_clone 'https://github.com/rbenv/ruby-build.git' "$TARGET/.rbenv/plugins/ruby-build"
|
||||
}
|
||||
|
||||
install_nvm () {
|
||||
|
||||
Reference in New Issue
Block a user