Skip to content

Commit

Permalink
brew.sh: Remove dependency on homebrew/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 11, 2017
1 parent b9de4cd commit 59d09e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brew.sh
Expand Up @@ -20,9 +20,8 @@ brew install findutils
brew install gnu-sed --with-default-names
# Install Bash 4.
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before
# running `chsh`. To do so, run `sudo chsh -s /usr/local/bin/bash`.
# running `chsh`.
brew install bash
brew tap homebrew/versions
brew install bash-completion2

# Switch to using brew-installed bash as default shell
Expand Down

0 comments on commit 59d09e9

Please sign in to comment.