From d493159f628919e5d689e13fce78e2e8429ddb4b Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 23 Jun 2014 05:37:50 -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 6dd2951..4042f83 100644 --- a/在-Linode-上快速搭建-Shadowsocks.md +++ b/在-Linode-上快速搭建-Shadowsocks.md @@ -1,7 +1,7 @@ 也适用于除了 Linode 之外的所有 Xen 的 Deiban 7 VPS。如果你已经建了一个 Debian 7.0+ 节点,在节点上执行下列命令并跳到步骤 6。 ``` apt-get install curl -curl 'https://raw.githubusercontent.com/shadowsocks/stackscript/master/stackscript.sh?v=4' | bash +curl 'https://raw.githubusercontent.com/shadowsocks/stackscript/master/stackscript.sh?v=4' > /tmp/ss.sh && bash /tmp/ss.sh && rm /tmp/ss.sh ``` 如果你没有创建节点: