Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Created September 26, 2020 19:44
Show Gist options
  • Save jc00ke/07e711c33e6db75d6f7955ff3036cee4 to your computer and use it in GitHub Desktop.
Save jc00ke/07e711c33e6db75d6f7955ff3036cee4 to your computer and use it in GitHub Desktop.
Import 1Password's GPG key on Ubuntu
#!/usr/bin/env bash
# Necessary to use the MIT keyserver on Ubuntu 20.04/Regolith 1.4 with gpg
gpg --keyserver hkp://pgp.mit.edu --recv-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
@Andre11232
Copy link

@Andre11232
Copy link

Ok

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