Last active
May 17, 2017 10:37
-
-
Save atwright147/b66d4e1b1ee69d2a09c73104d4f497d3 to your computer and use it in GitHub Desktop.
Manually install Brew
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
# FROM: https://github.com/Homebrew/homebrew-core/issues/5084#issuecomment-248834806 | |
cd /usr/local/Homebrew &&\ | |
git init &&\ | |
git remote add origin https://github.com/Homebrew/brew &&\ | |
git fetch --all &&\ | |
git checkout -B master origin/master &&\ | |
cd /usr/local &&\ | |
ln -s /usr/local/Homebrew/bin/brew /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment