From de77a9b8214a10f4851a7e23b053f029c08681b6 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 19 Sep 2020 16:54:05 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.0beta7=20~=E5=85=A8=E9=9D=A2=E5=85=BC?= =?UTF-8?q?=E5=AE=B9Debian/Armbian/Centos=E7=AD=89=E6=A0=87=E5=87=86Linux?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=20~=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=9C=AC=E6=9C=BA=E4=BB=A3=E7=90=86=E5=8A=9F=E8=83=BD=20~?= =?UTF-8?q?=E9=87=8D=E5=86=99=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9C=A8=E4=B8=8D=E5=90=8C=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E5=90=AF=E5=8A=A8=E6=96=B9=E5=BC=8F=20~?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=BB=A5systemd=E6=96=B9=E5=BC=8F=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=8F=8A=E5=AE=88=E6=8A=A4=E8=BF=9B=E7=A8=8B=20~~?= =?UTF-8?q?=E5=A4=A7=E5=B9=85=E5=BA=A6=E4=BC=98=E5=8C=96=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC=E5=8F=8A=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9C=BA=E5=88=B6=EF=BC=8C=E4=BF=AE=E5=A4=8Dcdn=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BB=B6=E8=BF=9F=20~=E4=BF=AE=E6=94=B9=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=9C=BA=E5=88=B6=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=A8=B3=E5=AE=9A=E6=80=A7?= 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 8e21e3bf4..3f0029600 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ 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/clash-for-Miwifi/install_cdn.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_cdn.sh)" && source /etc/profile &> /dev/null ``` Debian/CenOS/Armbian等默认使用dash的Linux系统: ```Shell @@ -30,7 +30,7 @@ bash -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 ht ``` 或者 ```Shell -bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/install_cdn.sh)" && source /etc/profile &> /dev/null +bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_cdn.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell