From 608fbc609ff43bd9f0fc1b974ed84396bbcbbbb3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 2 Dec 2016 10:32:40 +0000 Subject: [PATCH] Update rbenv clone source --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 000bb11..6f405a5 100755 --- a/install.sh +++ b/install.sh @@ -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 () {