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

Merge pull request #124 from Sejd-a11y/patch-1

Update installation-linux-rpm.md
This commit is contained in:
Neil Alexander 2021-03-19 15:16:11 +00:00 committed by GitHub
commit 3de1ec1628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ will also work on any other RPM-based distribution.
## Install RPM package from COPR repository ## Install RPM package from COPR repository
There's a [Fedora COPR repository](https://copr.fedorainfracloud.org/coprs/leisteth/yggdrasil/) available, which provides recent versions of Yggdrasil - *not only for Fedora, but also for CentOS/RHEL!* There's a [Fedora COPR repository](https://copr.fedorainfracloud.org/coprs/rany/yggdrasil/) available, which provides recent versions of Yggdrasil - *only for Fedora!*
### Fedora ### Fedora
@ -21,40 +21,13 @@ There's a [Fedora COPR repository](https://copr.fedorainfracloud.org/coprs/leist
Installation on Fedora is easy as: Installation on Fedora is easy as:
```bash ```bash
dnf copr enable leisteth/yggdrasil dnf copr enable rany/yggdrasil
dnf install yggdrasil dnf install yggdrasil
``` ```
... and you're ready to go! ... and you're ready to go!
### CentOS / RHEL
Paste the following into a new file `/etc/yum.repos.d/yggdrasil.repo`:
```
[leisteth-yggdrasil]
name=Copr repo for yggdrasil owned by leisteth
baseurl=https://copr-be.cloud.fedoraproject.org/results/leisteth/yggdrasil/epel-7-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/leisteth/yggdrasil/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
```
*Don't forget to change the `baseurl` according to your RHEL/CentOS version! In the config above, version 7 is used.*
Install yggdrasil:
```bash
yum update
yum install yggdrasil
```
## One-off package install from CircleCI (not recommended!) ## One-off package install from CircleCI (not recommended!)
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