Browse Source

Remove the unmaintained Fedora COPR section

I'm no longer maintaining the packages for Fedora and RHEL. This PR seeks to remove this section to avoid confusions.
rm-fedora-copr-librehat
Symeon Huang 4 years ago
committed by GitHub
parent
commit
4baff35e25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 26 deletions
  1. 26
      README.md

26
README.md

@ -53,7 +53,6 @@ sudo snap install shadowsocks-libev --edge
+ [Configure and start the service](#configure-and-start-the-service)
- [Fedora & RHEL](#fedora--rhel)
+ [Build from source with centos](#build-from-source-with-centos)
+ [Install from repository](#install-from-repository-1)
- [Archlinux & Manjaro](#archlinux--manjaro)
- [NixOS](#nixos)
- [Nix](#nix)
@ -171,31 +170,6 @@ yum install epel-release -y
yum install gcc gettext autoconf libtool automake make pcre-devel asciidoc xmlto c-ares-devel libev-devel libsodium-devel mbedtls-devel -y
```
#### Install from repository
Enable repo via `dnf`:
```
su -c 'dnf copr enable librehat/shadowsocks'
```
Or download yum repo on [Fedora Copr](https://copr.fedoraproject.org/coprs/librehat/shadowsocks/) and put it inside `/etc/yum.repos.d/`. The release `Epel` is for RHEL and its derivatives.
Then, install `shadowsocks-libev` via `dnf`:
```bash
su -c 'dnf update'
su -c 'dnf install shadowsocks-libev'
```
or `yum`:
```bash
su -c 'yum update'
su -c 'yum install shadowsocks-libev'
```
The repository is maintained by [@librehat](https://github.com/librehat), any issues, please report [here](https://github.com/librehat/shadowsocks-libev/issues)
### Archlinux & Manjaro
```bash

Loading…
Cancel
Save