From cc06de9e29ced65199fe6c2079432f3af8707ac8 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 23 Jun 2014 05:40:13 -0700 Subject: [PATCH] Updated Setting Up Shadowsocks on Linode (markdown) --- Setting-Up-Shadowsocks-on-Linode.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Setting-Up-Shadowsocks-on-Linode.md b/Setting-Up-Shadowsocks-on-Linode.md index 8de1fed..475ae41 100644 --- a/Setting-Up-Shadowsocks-on-Linode.md +++ b/Setting-Up-Shadowsocks-on-Linode.md @@ -1,8 +1,7 @@ If you already created a Linode with Debian 7.0+, run the following and skip to Step 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``` If you didn't, do the following: