diff options
| author | Max Howell | 2012-08-03 10:43:20 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-03 10:43:20 -0400 |
| commit | ecc91f95e5af0a79ba2107662eb5186bcafcb062 (patch) | |
| tree | d6e4e3a240aa15f0f13b978f51e69382dfad76f6 | |
| parent | 019b4932b4286b7aac0b24b6c4f9d2cc898e06b7 (diff) | |
| download | homebrew-ecc91f95e5af0a79ba2107662eb5186bcafcb062.tar.bz2 | |
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
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <li> <div class="group row"> <h2 style='margin-top:1em; margin-bottom: 0.2em'>Install Homebrew</h2> - <pre style='text-align:center;margin-bottom:0.9em' id='selectable' onclick="selectText()"><code style='font-size:1.9em'>ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)</code></pre> + <pre style='text-align:center;margin-bottom:0.9em' id='selectable' onclick="selectText()"><code style='font-size:1.65em'>ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)</code></pre> <div class="col-1"> <p>Paste that into Terminal. The script explains what it will do and then pauses before it does it. There are more installation options <a href='https://github.com/mxcl/homebrew/wiki/Installation'>here</a>. </div> |
