From 1409f6e584e14f6db1de1853376238a8d531a3fb Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sat, 12 Sep 2020 16:07:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbded75..5b2758e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ~使用SSH连接工具(如putty,JuiceSSH,mac终端)登陆路由器或设备的SSH管理界面
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本
```Shell -sh -c "$(curl -kfsSl https://juewuy.xyz/clash/install.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell