diff options
| author | Misty De Meo | 2012-12-19 21:14:39 -0600 |
|---|---|---|
| committer | Misty De Meo | 2012-12-19 21:14:39 -0600 |
| commit | fa8bede1ff3b07797fb3bd3bc62495c00f264b95 (patch) | |
| tree | 3173d65663fe9b37c4ada1749cff3dde6a308cb2 | |
| parent | a9cdd58a005bc56f3ba00103023c2d341b3938f2 (diff) | |
| download | homebrew-fa8bede1ff3b07797fb3bd3bc62495c00f264b95.tar.bz2 | |
mxcl/homebrew => mistydemeo/tigerbrew
| -rw-r--r-- | install | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,7 +145,7 @@ Dir.chdir HOMEBREW_PREFIX do if git # we do it in four steps to avoid merge errors when reinstalling system git, "init", "-q" - system git, "remote", "add", "origin", "https://github.com/mxcl/homebrew" + system git, "remote", "add", "origin", "https://github.com/mistydemeo/tigerbrew" args = git, "fetch", "origin", "master:refs/remotes/origin/master", "-n" args << "--depth=1" if ARGV.include? "--fast" @@ -157,7 +157,7 @@ Dir.chdir HOMEBREW_PREFIX do # pipefail to cause the exit status from curl to propogate if it fails # we use -k because OS X curl has a bunch of bad SSL certificates # you may want to remove the -k flag from your fork! - system "/bin/bash -o pipefail -c '/usr/bin/curl -skSfL https://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1'" + system "/bin/bash -o pipefail -c '/usr/bin/curl -skSfL https://github.com/mistydemeo/tigerbrew/tarball/master | /usr/bin/tar xz -m --strip 1'" end end |
