Skip to content

Commit

Permalink
brew.sh: Install GnuPG
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 12, 2017
1 parent 59d09e9 commit c167761
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ fi;
# Install `wget` with IRI support.
brew install wget --with-iri

# Install RingoJS and Narwhal.
# Note that the order in which these are installed is important;
# see http://git.io/brew-narwhal-ringo.
brew install ringojs
brew install narwhal
# Install GnuPG to enable PGP-signing commits.
brew install gnupg

# Install more recent versions of some macOS tools.
brew install vim --with-override-system-vi
Expand Down

0 comments on commit c167761

Please sign in to comment.