Skip to content

Commit

Permalink
install: update HOMEBREW_CACHE path
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Jul 14, 2016
1 parent 7ff54f5 commit d7423c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This script installs to /usr/local only. To install elsewhere you can just
# untar https://github.com/Homebrew/brew/tarball/master anywhere you like or
# change the value of HOMEBREW_PREFIX.
HOMEBREW_PREFIX = '/usr/local'
HOMEBREW_CACHE = '/Library/Caches/Homebrew'
HOMEBREW_REPO = 'https://github.com/Homebrew/brew'
HOMEBREW_CORE = 'https://github.com/Homebrew/Homebrew-core'
HOMEBREW_PREFIX = "/usr/local"
HOMEBREW_CACHE = "#{ENV["HOME"]}/Library/Caches/Homebrew"
HOMEBREW_REPO = "https://github.com/Homebrew/brew"
HOMEBREW_CORE = "https://github.com/Homebrew/Homebrew-core"

# no analytics during installation
ENV["HOMEBREW_NO_ANALYTICS_THIS_RUN"] = "1"
Expand Down

0 comments on commit d7423c3

Please sign in to comment.