Update README.md

更新安装地址
This commit is contained in:
juewuy
2020-09-18 20:08:53 +08:00
committed by GitHub
parent 56e89cf9b6
commit 33ef70e041

View File

@@ -18,11 +18,11 @@
~在SSH界面执行如下安装命令并按照提示安装clash管理脚本<br>
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
```
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
```Shell