5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-12 19:00:28 +00:00

Update platform-edgerouter.md

This commit is contained in:
Neil Alexander 2019-02-28 22:54:23 +00:00 committed by GitHub
parent 12c5da4b4e
commit 6a144c0a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Yggdrasil is supported on the Ubiquiti EdgeRouter using the [vyatta-yggdrasil](h
## Notes
- Although your Yggdrasil configuration will persist, the Yggdrasil package itself **does not** survive an upgrade of the EdgeRouter firmware. You must reinstall Yggdrasil after a system upgrade.
- Although your Yggdrasil configuration will persist, the Yggdrasil package itself **does not** survive an upgrade of the EdgeRouter firmware. You must re-add the repository GPG key and re-install the `vyatta-yggdrasil` package after a system upgrade.
- After upgrading firmware and reinstalling Yggdrasil, use `load` to reload your configuration and then `commit` to make it effective again. Do not run `save` until after you have reloaded your configuration.
## Installation
@ -18,7 +18,7 @@ Perform installation steps over SSH by connecting to the EdgeRouter as the `ubnt
### From an Internet repository
Start by adding the repository:
Start by adding the GPG key:
```
curl -o- https://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add -
```