From 56e89cf9b601aa86a8d77c7dc1382cc4555f2d18 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Tue, 15 Sep 2020 20:53:43 +0800 Subject: [PATCH] Update README.md 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738b733..ee12663 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/instal ``` 其他Linux系统输入: ```Shell -bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null +bash -c "$(curl -kfsSl https://juewuy.xyz/clash/install.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell