From fadffeedca99554f90e613959755003a53a6dacb Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Mon, 9 Dec 2013 17:12:52 +0000 Subject: [PATCH] New: make bootstrap.sh use Github with SSL. This is the default for Github now and accessing the old bare http URL just causes a redirect to https. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2df86a695..4f0c8badf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -307,7 +307,7 @@ if [ "$install_cappuccino" ]; then git clone "$git_repo" "$install_directory" (cd "$install_directory" && git checkout "origin/$github_ref") else - zip_ball="http://github.com/$github_path/zipball/$github_ref" + zip_ball="https://github.com/$github_path/zipball/$github_ref" echo "Downloading Cappuccino base from \"$zip_ball\"..." curl_quiet_arg=""