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.
This commit is contained in:
Alexander Ljungberg
2013-12-09 17:12:52 +00:00
parent 2fc501fe59
commit fadffeedca
+1 -1
View File
@@ -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=""