Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ brew install moreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew install findutils
# Install GNU `sed`, overwriting the built-in `sed`.
brew install gnu-sed --with-default-names
brew install gnu-sed
# Install a modern version of Bash.
brew install bash
brew install bash-completion2
Expand All @@ -33,7 +33,7 @@ if ! fgrep -q "${BREW_PREFIX}/bin/bash" /etc/shells; then
fi;

# Install `wget` with IRI support.
brew install wget --with-iri
brew install wget

# Install GnuPG to enable PGP-signing commits.
brew install gnupg
Expand Down