This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Forked this script to fix issues with the original (like commenting the parts where it chgrp to 'admin') | |
#Not my fault if this script does unexpected stuff. | |
#--------------------------------------------------- | |
#INSTALL_PATH must be an absolute path | |
INSTALL_PATH = '' | |
HOMEBREW_PREFIX = "#{INSTALL_PATH}/usr/local" | |
system "mkdir -p #{HOMEBREW_PREFIX}" | |
HOMEBREW_CACHE = '/Library/Caches/Homebrew' | |
HOMEBREW_REPO = 'https://github.com/Homebrew/homebrew' |