Skip to content

Instantly share code, notes, and snippets.

@muziejus
Last active May 1, 2020 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muziejus/b455219afc46329b242add0e623d1212 to your computer and use it in GitHub Desktop.
Save muziejus/b455219afc46329b242add0e623d1212 to your computer and use it in GitHub Desktop.
# First command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# This installs homebrew. Now we use homebrew to install gpg2:
brew install gpg2
# Now we use gpg to receive the keys.
gpg --keyserver http://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment