From 54c71903d92e332a3b53d36f88ec3d8118bd1023 Mon Sep 17 00:00:00 2001 From: Sion Kazama Date: Wed, 18 Oct 2017 14:20:52 +0800 Subject: [PATCH] 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78108dfc..f61c0b63 100644 --- a/README.md +++ b/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 ```