mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Fix raspberry apt
fix https://github.com/yggdrasil-network/yggdrasil-go/issues/387
This commit is contained in:
parent
d6cfeffa81
commit
ad3f453fe4
@ -16,6 +16,9 @@ distribution, e.g. elementaryOS.
|
|||||||
To start with, import the repository key to your `gpg` keyring and export it
|
To start with, import the repository key to your `gpg` keyring and export it
|
||||||
to your `apt` keyring:
|
to your `apt` keyring:
|
||||||
|
|
||||||
|
On Raspberry pi you need to do first:
|
||||||
|
`sudo apt-get install dirmngr`
|
||||||
|
|
||||||
```
|
```
|
||||||
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 -
|
||||||
|
Loading…
Reference in New Issue
Block a user