Skip to content

Instantly share code, notes, and snippets.

@tsiege
Created April 1, 2015 15:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tsiege/3c87deb71ad72fa466a6 to your computer and use it in GitHub Desktop.
Save tsiege/3c87deb71ad72fa466a6 to your computer and use it in GitHub Desktop.
```
gpg: directory `/Users/flatiron/.gnupg' created
gpg: new configuration file `/Users/flatiron/.gnupg/gpg.conf' created
gpg: WARNING: options in `/Users/flatiron/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/Users/flatiron/.gnupg/secring.gpg' created
gpg: keyring `/Users/flatiron/.gnupg/pubring.gpg' created
gpg: requesting key D39DC0E3 from hkp server keys.gnupg.net
gpg: DBG: armor-keys-failed (KEY 0x409B6B1796C275462A1703113804BB82D39DC0E3 BEGIN
) ->0
gpg: DBG: armor-keys-failed (KEY 0x409B6B1796C275462A1703113804BB82D39DC0E3 END
) ->0
gpg: /Users/flatiron/.gnupg/trustdb.gpg: trustdb created
gpg: key D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
```
@tsiege
Copy link
Author

tsiege commented Apr 1, 2015

After running rvm get stable

Downloading https://get.rvm.io
Downloading https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer.asc
Verifying /Users/flatiron/.rvm/archives/rvm-installer.asc
gpg: Signature made Sun Jan 11 02:55:55 2015 PST using RSA key ID BF04FF17
gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 409B 6B17 96C2 7546 2A17  0311 3804 BB82 D39D C0E3
     Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36  166B E206 C29F BF04 FF17
GPG verified '/Users/flatiron/.rvm/archives/rvm-installer'
Downloading https://github.com/wayneeseguin/rvm/archive/1.26.11.tar.gz
Downloading https://github.com/wayneeseguin/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc
gpg: Signature made Mon Mar 30 14:52:13 2015 PDT using RSA key ID BF04FF17
gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 409B 6B17 96C2 7546 2A17  0311 3804 BB82 D39D C0E3
     Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36  166B E206 C29F BF04 FF17
GPG verified '/Users/flatiron/.rvm/archives/rvm-1.26.11.tgz'

Upgrading the RVM installation in /Users/flatiron/.rvm/
    RVM PATH line found in /Users/flatiron/.mkshrc /Users/flatiron/.profile /Users/flatiron/.bashrc /Users/flatiron/.zshrc.
    RVM sourcing line found in /Users/flatiron/.profile /Users/flatiron/.bash_profile /Users/flatiron/.zlogin.
Upgrade of RVM in /Users/flatiron/.rvm/ is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment