From 3247a85a6957fc3d002460c28411de877a253438 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 19 Sep 2020 00:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=89=E8=A3=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8b923c..7123172 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ ~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本
openwrt输入: ```Shell -sh -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install_c.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install_cdn.sh)" && source /etc/profile &> /dev/null ``` 其他Linux系统输入: ```Shell -bash -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install_c.sh)" && source /etc/profile &> /dev/null +bash -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install_cdn.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell