Skip to content

Commit

Permalink
brew.sh: Remove useless use of sudo
Browse files Browse the repository at this point in the history
Thanks to @jonnybarnes for spotting this.

Closes #647.
  • Loading branch information
mathiasbynens committed Apr 8, 2016
1 parent 2661c9b commit b45756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew.sh
Expand Up @@ -17,7 +17,7 @@ brew upgrade --all
# Install GNU core utilities (those that come with OS X are outdated).
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew install coreutils
sudo ln -s /usr/local/bin/gsha256sum /usr/local/bin/sha256sum
ln -s /usr/local/bin/gsha256sum /usr/local/bin/sha256sum

# Install some other useful utilities like `sponge`.
brew install moreutils
Expand Down

0 comments on commit b45756b

Please sign in to comment.