diff --git a/README.md b/README.md index 93a8d90..a607cc3 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@1.0.0beta5/install.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_c.sh)" && source /etc/profile &> /dev/null ``` 其他Linux系统输入: ```Shell -bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@1.0.0beta5/install.sh)" && source /etc/profile &> /dev/null +bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_c.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell