mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
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:
parent
262d06f035
commit
52cc8cb8fc
@ -50,7 +50,7 @@ installers for all supported operating systems.
|
|||||||
2. Trust Bintray.com's GPG key:
|
2. Trust Bintray.com's GPG key:
|
||||||
|
|
||||||
```sh
|
```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:
|
3. Update and install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user