doc(README): Use ubuntu keyserver for apt-key

As pgp.mit.edu has become extremely unreliable, this switches to
keyserver.ubuntu.com for retrieval of package keys

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-05-09 17:30:40 +02:00
parent 262d06f035
commit 52cc8cb8fc
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -50,7 +50,7 @@ installers for all supported operating systems.
2. Trust Bintray.com's GPG key:
```sh
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
```
3. Update and install: