From 4baff35e25a1f4a94419565fc0cef501a23d67fb Mon Sep 17 00:00:00 2001 From: Symeon Huang Date: Tue, 14 Apr 2020 12:43:38 +0100 Subject: [PATCH] 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. --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/README.md b/README.md index 3737dbca..02d48db1 100644 --- a/README.md +++ b/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