mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-03-13 05:41:16 +00:00
Merge pull request #29 from da2x/patch-1
`enable --now` instead of enable && start
This commit is contained in:
commit
e4b7e4f97b
@ -63,15 +63,13 @@ run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco)
|
|||||||
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
|
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 epel-release -y
|
||||||
yum install i2pd -y
|
yum install i2pd -y
|
||||||
systemctl enable i2pd
|
systemctl enable --now i2pd
|
||||||
systemctl start i2pd
|
|
||||||
|
|
||||||
### Fedora:
|
### Fedora:
|
||||||
|
|
||||||
dnf copr enable supervillain/i2pd
|
dnf copr enable supervillain/i2pd
|
||||||
dnf install i2pd -y
|
dnf install i2pd -y
|
||||||
systemctl enable i2pd
|
systemctl enable --now i2pd
|
||||||
systemctl start i2pd
|
|
||||||
|
|
||||||
|
|
||||||
## ArchLinux
|
## ArchLinux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user