5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-02-28 16:21:33 +00:00

Update installation-linux-edgeos.md

This commit is contained in:
Neil Alexander 2019-06-19 22:46:15 +01:00 committed by GitHub
parent c80f5c9358
commit c527698996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ configured.
Start by adding the GPG key: Start by adding the GPG key:
``` ```
curl -o- https://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add - curl -o- https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add -
``` ```
Then add the repository: Then add the repository:
@ -24,7 +24,7 @@ Then add the repository:
configure configure
set system package repository yggdrasil distribution edgerouter set system package repository yggdrasil distribution edgerouter
set system package repository yggdrasil components yggdrasil set system package repository yggdrasil components yggdrasil
set system package repository yggdrasil url http://neilalexander.s3.eu-west-2.amazonaws.com/deb/ set system package repository yggdrasil url http://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/
commit commit
save save
``` ```