Skip to content

Commit 660fdb0

Browse files
committed
Update README.md
1 parent d557672 commit 660fdb0

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,13 @@ Current version: [![release](https://img.shields.io/github/release/shadowsocks/s
4444

4545
## Deploy without docker
4646

47+
You can update your system with unsupported packages from this untrusted PPA by
48+
adding [ppa:max-c-lv/shadowsocks-libev][13] to your system's Software Sources.
49+
4750
```bash
48-
# download package
49-
wget https://github.com/EasyPi/docker-shadowsocks-libev/releases/download/v2.5.6/shadowsocks-libev_2.5.6-1_amd64.deb
50-
# install package
51-
dpkg -i shadowsocks-libev_2.5.6-1_amd64.deb
52-
# fix broken
53-
apt-get -f install -y
54-
# edit config
55-
vi /etc/shadowsocks-libev/config.json
56-
# restart service
57-
systemctl restart shadowsocks-libev
51+
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev
52+
sudo apt-get update
53+
sudo apt-get install shadowsocks-libev
5854
```
5955

6056
> Config file format: [config.json](https://shadowsocks.org/en/config/quick-guide.html)
@@ -80,3 +76,4 @@ Feel free to send me pull requests. Thank you!
8076
[10]: https://github.com/EasyPi/docker-shadowsocks-libev/issues
8177
[11]: https://hub.docker.com/r/easypi/shadowsocks-libev/
8278
[12]: https://hub.docker.com/r/easypi/shadowsocks-libev-arm/
79+
[13]: https://launchpad.net/~max-c-lv/+archive/ubuntu/shadowsocks-libev

0 commit comments

Comments
 (0)