mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-08 20:00:26 +00:00
Update installation-linux-rpm.md
Leister no longer supports this project.
This commit is contained in:
parent
4d8695489d
commit
a989018654
@ -13,7 +13,7 @@ will also work on any other RPM-based distribution.
|
||||
|
||||
## 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
|
||||
@ -21,40 +21,13 @@ There's a [Fedora COPR repository](https://copr.fedorainfracloud.org/coprs/leist
|
||||
Installation on Fedora is easy as:
|
||||
|
||||
```bash
|
||||
dnf copr enable leisteth/yggdrasil
|
||||
dnf copr enable rany/yggdrasil
|
||||
dnf install yggdrasil
|
||||
```
|
||||
|
||||
... 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!)
|
||||
|
||||
Visit our [Builds](builds.md) page and download the relevant `.rpm` file, then
|
||||
|
Loading…
Reference in New Issue
Block a user