From 59d09e976e76e8f9adae9045d50816dec97f71f4 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 11 Jul 2017 15:09:24 +0200 Subject: [PATCH] brew.sh: Remove dependency on homebrew/versions --- brew.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brew.sh b/brew.sh index 22262de4d62..d0651ba1483 100755 --- a/brew.sh +++ b/brew.sh @@ -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