From 6434abcfdd14df17430076f11434b9881efea8a6 Mon Sep 17 00:00:00 2001 From: juewuy Date: Fri, 18 Sep 2020 21:17:16 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.0beta6=20~=E4=BC=98=E5=8C=96=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E8=84=9A=E6=9C=AC=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug=20~=E4=BC=98=E5=8C=96=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9C=BA=E5=88=B6=20~=E9=87=8D=E5=86=99=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E8=84=9A=E6=9C=AC=EF=BC=8C=E5=85=A8=E9=9D=A2=E5=85=BC?= =?UTF-8?q?=E5=AE=B9debian=E5=8F=8Acentos=20~=E6=94=AF=E6=8C=81linux?= =?UTF-8?q?=E7=9A=84systemd=E6=96=B9=E5=BC=8F=E5=90=AF=E5=8A=A8=20~?= =?UTF-8?q?=E4=BC=98=E5=8C=96cdn=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5?= 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 5192f59..b8b923c 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.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_c.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.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_c.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell