Installing GPG Security System on a Mac
This guide walks through how to install the GPG security system on your Mac via Homebrew. This is a security tool that will give us the ability to securely download and install the Ruby Version Manager (RVM).
Guide Tasks
  • Read Tutorial
  • Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license

This guide walks through how to install the GNU Privacy Guard. The GPG security system will give us a secure connection between other installation tools.

Specifically we will use it to securely download and install the Ruby Version Manager (RVM) via Homebrew. One of the prerequisites for installing RVM is a secure connection between their page and our system.

Using brew type this code into your terminal: brew install gpg.

Your system now has a direct connection to install RVM.