mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 12:57:16 +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:
|
||||
|
||||
```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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user