From 9ee90187d1c20c9a352197eba59dcfba7b5acf12 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 30 Jan 2022 13:46:33 +0200 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf431f..ea70a75 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c #by jsdelivrCDN export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null #by myserver -export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null +export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null ``` ##### ~Use wget:
diff --git a/README_CN.md b/README_CN.md index 078d256..847b890 100644 --- a/README_CN.md +++ b/README_CN.md @@ -52,7 +52,7 @@ export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c #jsdelivrCDN源 export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null #作者私人http源 -export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null +export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null ``` ~**使用wget安装**: