mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 15:40:27 +00:00
Update installation-linux-deb.md
This commit is contained in:
parent
bce0e4f067
commit
c80f5c9358
@ -22,13 +22,13 @@ sudo apt-get install dirmngr
|
|||||||
Then import the repository key to your `gpg` keyring and export it to your
|
Then import the repository key to your `gpg` keyring and export it to your
|
||||||
`apt` keyring:
|
`apt` keyring:
|
||||||
```
|
```
|
||||||
gpg --fetch-keys https://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt
|
gpg --fetch-keys https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt
|
||||||
gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add -
|
gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the repository into your `apt` sources:
|
Add the repository into your `apt` sources:
|
||||||
```
|
```
|
||||||
echo 'deb http://neilalexander.s3.eu-west-2.amazonaws.com/deb/ debian yggdrasil' | sudo tee /etc/apt/sources.list.d/yggdrasil.list
|
echo 'deb http://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/ debian yggdrasil' | sudo tee /etc/apt/sources.list.d/yggdrasil.list
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user