mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 15:40:27 +00:00
Merge pull request #14 from Mikaela/platform-linux
platform-linux.md: get the apt key from keyserver with fingerprint
This commit is contained in:
commit
70e7457f08
@ -37,9 +37,9 @@ installed into systemd and started.
|
||||
|
||||
### From an Internet repository
|
||||
|
||||
To start with, trust the repository key:
|
||||
To start with, add the repository key to your apt keyring:
|
||||
```
|
||||
curl -o- http://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add -
|
||||
sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 569130E8CA20FBC4CB3FDE555898470A764B32C9
|
||||
```
|
||||
|
||||
Add the repository:
|
||||
|
Loading…
Reference in New Issue
Block a user