mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
docs: more explicit key server (#861)
Use full URL with port for key server. Also use port 80 to work around firewalls and proxies. Fixes: #859
This commit is contained in:
parent
2c07bce25f
commit
f80feb9edf
@ -38,7 +38,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 pgp.mit.edu --recv-keys 379CE192D401AB61
|
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Update and install:
|
3. Update and install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user