aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'brew.sh')
-rwxr-xr-xbrew.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/brew.sh b/brew.sh
index 6e0aed5..bf5e871 100755
--- a/brew.sh
+++ b/brew.sh
@@ -29,7 +29,8 @@ brew install gnu-sed --with-default-names
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before
# running `chsh`.
brew install bash
-brew install bash-completion
+brew tap homebrew/versions
+brew install bash-completion2
# Install `wget` with IRI support.
brew install wget --with-iri