mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
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:
+1
-1
@@ -307,7 +307,7 @@ if [ "$install_cappuccino" ]; then
|
|||||||
git clone "$git_repo" "$install_directory"
|
git clone "$git_repo" "$install_directory"
|
||||||
(cd "$install_directory" && git checkout "origin/$github_ref")
|
(cd "$install_directory" && git checkout "origin/$github_ref")
|
||||||
else
|
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\"..."
|
echo "Downloading Cappuccino base from \"$zip_ball\"..."
|
||||||
curl_quiet_arg=""
|
curl_quiet_arg=""
|
||||||
|
|||||||
Reference in New Issue
Block a user