Skip to content

Instantly share code, notes, and snippets.

@Jachimo
Created May 26, 2018 18:41
Show Gist options
  • Save Jachimo/281e7dd017f0ecacae09254f39076f34 to your computer and use it in GitHub Desktop.
Save Jachimo/281e7dd017f0ecacae09254f39076f34 to your computer and use it in GitHub Desktop.
One-line command for installing Zerotier on Linux that actually works (no MIT keyserver)
curl -s 'https://pgp.key-server.io/pks/lookup?op=get&search=0x1657198823E52A61' | gpg --import && if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
@Jachimo
Copy link
Author

Jachimo commented May 26, 2018

This changes out the MIT Keyserver which is frequently returning 503 errors with the key-server.io mirror, which seems to work fine.

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