mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-13 00:50:28 +00:00
Update platform-linux.md
This commit is contained in:
parent
2608a30237
commit
d93008ce0b
@ -66,6 +66,7 @@ will also work on any other RPM-based distribution.
|
|||||||
Visit our [Builds](builds.md) page and download the relevant `.rpm` file, then
|
Visit our [Builds](builds.md) page and download the relevant `.rpm` file, then
|
||||||
install it on your system:
|
install it on your system:
|
||||||
```
|
```
|
||||||
|
addgroup --system yggdrasil
|
||||||
sudo rpm -i yggdrasil...rpm
|
sudo rpm -i yggdrasil...rpm
|
||||||
```
|
```
|
||||||
Configuration will be generated automatically into `/etc/yggdrasil.conf` when
|
Configuration will be generated automatically into `/etc/yggdrasil.conf` when
|
||||||
@ -89,6 +90,11 @@ gpgcheck=1
|
|||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Create the `yggdrasil` group:
|
||||||
|
```
|
||||||
|
addgroup --system yggdrasil
|
||||||
|
```
|
||||||
|
|
||||||
Install Yggdrasil:
|
Install Yggdrasil:
|
||||||
```
|
```
|
||||||
sudo dnf install yggdrasil
|
sudo dnf install yggdrasil
|
||||||
|
Loading…
Reference in New Issue
Block a user