5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

Update platform-linux.md

This commit is contained in:
Neil Alexander 2018-10-11 09:30:06 +01:00 committed by GitHub
parent 5961df388b
commit 309f7cb330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,9 @@ will also work on any Debian-based distribution.
Visit our [Builds](builds.md) page and download the relevant `.deb` file, then
install it on your system:
```
sudo dpkg -i yggdrasil...deb
curl -so- "https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts?branch=master&filter=successful" | \
egrep -o "https.*yggdrasil\-.*$(dpkg --print-architecture).deb" | \
while read line; do curl -O $line && dpkg -i $(basename $line); done
```
Configuration will be generated automatically into `/etc/yggdrasil.conf` when
the package is installed, and the Yggdrasil service will automatically be