5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-20 01:22:32 +00:00

Merge pull request #49 from iShift/patch-1

Fix raspberry apt
This commit is contained in:
Neil Alexander 2019-03-19 15:52:32 +00:00 committed by GitHub
commit d7c11647a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,14 @@ distribution, e.g. elementaryOS.
## Package install from the S3 repository ## Package install from the S3 repository
To start with, import the repository key to your `gpg` keyring and export it On some platforms, e.g. Raspberry Pi, you may need to start by installing
to your `apt` keyring: `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 --fetch-keys https://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt
gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add - gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add -