Skip to content

Commit

Permalink
Fix #2595
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye authored Jan 18, 2020
1 parent bebdcbe commit 6b85c98
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ try `configure --help`.

### Debian & Ubuntu

#### Install from repository
#### Install from repository (not recommended)

Shadowsocks-libev is available in the official repository for following distributions:

Expand All @@ -89,16 +89,6 @@ sudo apt update
sudo apt install shadowsocks-libev
```

For **Debian 9 (Stretch)** users, please install it from `stretch-backports`:
We strongly encourage you to install shadowsocks-libev from `stretch-backports`.
For more info about backports, you can refer [Debian Backports](https://backports.debian.org).

```bash
sudo sh -c 'printf "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list'
sudo apt update
sudo apt -t stretch-backports install shadowsocks-libev
```

#### Build deb package from source

Supported distributions:
Expand Down

0 comments on commit 6b85c98

Please sign in to comment.