From 1b0e620413ea1b59064c0432906b6ea7fb3c2ae5 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sun, 13 Sep 2020 21:02:04 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2758e..738b733 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,14 @@ ~确认路由器或设备已经开启SSH并获取root权限
~使用SSH连接工具(如putty,JuiceSSH,mac终端)登陆路由器或设备的SSH管理界面
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本
+openwrt输入: ```Shell sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null ``` +其他Linux系统输入: +```Shell +bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null +``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell clash @@ -28,7 +33,7 @@ clash -- ~支持小米/红米全系使用官方系统或官方开发版系统的路由器设备(ac2100系列除外)
~支持所有基于openwrt或使用openwrt二次开发的路由器设备
-~兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备
+~有限兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备
~不兼容的Linux设备或CPU架构请提issue(提供设备名称及运行uname -a返回的设备核心信息)或前往TG群反馈
更新日志: @@ -44,7 +49,7 @@ https://github.com/juewuy/clash-for-Miwifi/releases ~Tun模式下clash服务可能会和路由器内置的网游加速器冲突,请谨慎同时使用
~Redir模式暂不支持转发udp流量,外服游戏可能会受影响,外服游戏用户建议使用Tun模式
~部分设备长时间使用会出现内存占用偏高——此为golang内存回收不及时导致,可以通过屏蔽p2p流量及设置每日定时重启核心以缓解
-~自建节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】
+~节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】
友情推广: -- 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 2/3] 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 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 3/3] 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