5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

Update installation-linux-deb.md

This commit is contained in:
Neil Alexander 2019-03-19 15:52:22 +00:00 committed by GitHub
parent ad3f453fe4
commit f863f9bc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,14 @@ distribution, e.g. elementaryOS.
## Package install from the S3 repository
To start with, import the repository key to your `gpg` keyring and export it
to your `apt` keyring:
On Raspberry pi you need to do first:
`sudo apt-get install dirmngr`
On some platforms, e.g. Raspberry Pi, you may need to start by installing
`dirmngr` if it is not already available:
```
sudo apt-get install dirmngr
```
Then import the repository key to your `gpg` keyring and export it to your
`apt` keyring:
```
gpg --fetch-keys https://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt
gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add -