From 84cda4034a389082f6f4117754c5cfeea0b052ed Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 21 Sep 2020 17:04:04 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.0beta9=20~=E4=BC=98=E5=8C=96=E6=9C=AC?= =?UTF-8?q?=E6=9C=BA=E4=BB=A3=E7=90=86=E5=8A=9F=E8=83=BD=20~=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DGoogleHome=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88=E5=BE=85=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=89=20~=E8=B0=83=E6=95=B4=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E9=80=82=E9=85=8DOpenwrt=E6=97=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=AE=BE=E5=A4=87=20~=E4=BF=AE=E5=A4=8D=E9=9D=9EOpenw?= =?UTF-8?q?rt=E7=B3=BB=E7=BB=9F=E4=B8=8B=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84bug=20~=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BF=9D=E5=AE=88=E6=A8=A1=E5=BC=8F=E5=AE=88=E6=8A=A4?= =?UTF-8?q?=E8=BF=9B=E7=A8=8B=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84bug=20~?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E5=8A=A8=E6=9B=B4=E6=96=B0=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E5=8A=9F=E8=83=BD=E5=87=BA=E9=94=99=E7=9A=84bug=20~?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=E8=AE=A2=E9=98=85=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E5=90=AF=E5=8A=A8=E9=80=BB=E8=BE=91=20~=E5=B1=8F?= =?UTF-8?q?=E8=94=BDClashR=E6=A0=B8=E5=BF=83=E4=B8=8B=E8=BD=BD=EF=BC=8C?= =?UTF-8?q?=E5=A6=82=E6=9C=89=E5=BF=85=E8=A6=81=E8=AF=B7=E5=9C=A8=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=95=8C=E9=9D=A2=E8=BE=93=E5=85=A5=E2=80=9C3?= =?UTF-8?q?=E2=80=9D=E4=BB=A5=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 790053c..e876069 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ ~确认路由器或设备已经开启SSH并获取root权限
~使用SSH连接工具(如putty,JuiceSSH,系统自带终端等)路由器或设备的SSH管理界面,并切换到root用户
~在SSH界面执行如下安装命令,并按照后续提示完成安装
-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 @@ -31,14 +30,12 @@ sh -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 http ```Shell sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master/install_cdn.sh)" && source /etc/profile &> /dev/null ``` -Debian/CenOS/Armbian等默认使用dash的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 -``` -或者 -```Shell +Debian/CenOS/Armbian等Linux系统如果默认使用dash,请使用 + +```sh bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master/install_cdn.sh)" && source /etc/profile &> /dev/null ``` + ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell