From ecc91f95e5af0a79ba2107662eb5186bcafcb062 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 3 Aug 2012 10:43:20 -0400 Subject: Github redirects for raw are bugged Only seems to work half the time for http://raw.. to https://raw.. other half gives you a redirect to wiki or 404 :P--- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 79cf9c0a1..112823f6a 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,7 @@ Created /usr/local/Library/Formula/bar.rb
  • Install Homebrew

    -
    ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
    +
    ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)

    Paste that into Terminal. The script explains what it will do and then pauses before it does it. There are more installation options here.

    -- cgit v1.2.3