From d7ba902b57a67cb1415d412ae7e2348f1dd3b94c Mon Sep 17 00:00:00 2001 From: farfatfay Date: Fri, 1 Aug 2014 07:11:54 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=9C=A8=20Linode=20=E4=B8=8A?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=90=AD=E5=BB=BA=20Shadowsocks=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 在-Linode-上快速搭建-Shadowsocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/在-Linode-上快速搭建-Shadowsocks.md b/在-Linode-上快速搭建-Shadowsocks.md index b40cd1f..66f81a7 100644 --- a/在-Linode-上快速搭建-Shadowsocks.md +++ b/在-Linode-上快速搭建-Shadowsocks.md @@ -1,4 +1,4 @@ -也适用于除了 Linode 之外的所有 Xen 的 Deiban 7 VPS。如果你已经建了一个 Debian 7.0+ 节点,在节点上执行下列命令并跳到步骤 6。 +也适用于除了 Linode 之外的所有 Xen 的 Debian 7 VPS。如果你已经建了一个 Debian 7.0+ 节点,在节点上执行下列命令并跳到步骤 6。 ``` apt-get install curl curl 'https://raw.githubusercontent.com/shadowsocks/stackscript/master/stackscript.sh?v=4' > /tmp/ss.sh && bash /tmp/ss.sh && rm /tmp/ss.sh