diff --git a/brew.sh b/brew.sh index 26508ee43dd..be874a4df81 100755 --- a/brew.sh +++ b/brew.sh @@ -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 @@ -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