Browse Source

A minor change to let it getting on automatically

The command will be terminated if the parameter `-y` isn't following in ubuntu 16.04 TLS. (The command following will not executed)
pull/1736/merge
Sion Kazama 7 years ago
committed by Max Lv
parent
commit
54c71903d9
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -102,7 +102,7 @@ For **Ubuntu 14.04 and 16.04** users, please install from PPA:
```bash
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev -y
sudo apt-get update
sudo apt install shadowsocks-libev
```

Loading…
Cancel
Save