From b58560e512ff09c77a97426fea13b80fef33ee39 Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Tue, 30 Jan 2018 18:29:07 -0500 Subject: [PATCH] Adding Fedora/CentOS repositories instructions --- docs/user-guide/install.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index db3dae0..2de0ef5 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -59,6 +59,26 @@ After that you can install i2pd as any other software package: Look for more information about Debian repository [here](https://repo.lngserv.ru/.help/readme.txt). +## Fedora/CentOS + +You can install i2pd from [repository](https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/) +run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco). + +### Centos 7: + + curl -s https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/repo/epel-7/supervillain-i2pd-epel-7.repo -o /etc/yum.repos.d/i2pd-epel-7.repo + yum install epel-release -y + yum install i2pd -y + systemctl enable i2pd + systemctl start i2pd + +### Fedora: + + dnf copr enable supervillain/i2pd + dnf install i2pd -y + systemctl enable i2pd + systemctl start i2pd + ## ArchLinux