We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcad469 + 62d4726 commit 49904e0Copy full SHA for 49904e0
ruby-install
@@ -30,7 +30,7 @@ if [ ! -f ./var/ruby-build.date -o "x"$oldcheck = "x" ]; then
30
set -e
31
cd var
32
[ -d ./ruby-build -o -d ruby-build-repo ] && rm -rf ruby-build-repo ruby-build ruby-build.date
33
- git clone -q git://github.com/sstephenson/ruby-build.git ruby-build-repo
+ git clone -q https://github.com/sstephenson/ruby-build.git ruby-build-repo
34
touch ruby-build.date
35
cd ruby-build-repo
36
PREFIX="$XBUILD_PATH"/var/ruby-build ./install.sh >/dev/null 2>&1
0 commit comments