Skip to content

Commit d86102d

Browse files
estyxxdonnemartin
authored andcommitted
Remove deprecated brew commands (donnemartin#98)
@estyxx thank you!
1 parent 1878427 commit d86102d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

brew.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ brew install moreutils
3131
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
3232
brew install findutils
3333
# Install GNU `sed`, overwriting the built-in `sed`.
34-
brew install gnu-sed --with-default-names
34+
brew install gnu-sed
3535
# Install Bash 4.
3636
brew install bash
37-
brew tap homebrew/versions
3837
brew install bash-completion2
3938
# We installed the new shell, now we have to activate it
4039
echo "Adding the newly installed shell to the list of allowed shells"

0 commit comments

Comments
 (0)