mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-10 06:40:26 +00:00
commit
d7c11647a6
@ -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 -
|
||||||
|
Loading…
Reference in New Issue
Block a user