From 33ef70e041ce10cd0ff2644f67b7b627bba13092 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Fri, 18 Sep 2020 20:08:53 +0800 Subject: [PATCH] Update README.md 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 ee12663..93a8d90 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ ~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本
openwrt输入: ```Shell -sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@1.0.0beta5/install.sh)" && source /etc/profile &> /dev/null ``` 其他Linux系统输入: ```Shell -bash -c "$(curl -kfsSl https://juewuy.xyz/clash/install.sh)" && source /etc/profile &> /dev/null +bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@1.0.0beta5/install.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell