diff --git a/README.md b/README.md index 7123172..8e21e3b 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,21 @@ ~确认路由器或设备已经开启SSH并获取root权限
~使用SSH连接工具(如putty,JuiceSSH,mac终端)登陆路由器或设备的SSH管理界面
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本
-openwrt输入: +OpenWrt系统: ```Shell -sh -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install_cdn.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install.sh)" && source /etc/profile &> /dev/null ``` -其他Linux系统输入: +或者 ```Shell -bash -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install_cdn.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/install_cdn.sh)" && source /etc/profile &> /dev/null +``` +Debian/CenOS/Armbian等默认使用dash的Linux系统: +```Shell +bash -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 https://raw.githubusercontent.com/juewuy/ShellClash/master/install.sh)" && source /etc/profile &> /dev/null +``` +或者 +```Shell +bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/install_cdn.sh)" && source /etc/profile &> /dev/null ``` ~安装完成管理脚本后,执行如下命令以运行管理脚本
```Shell @@ -33,12 +41,12 @@ clash -- ~支持小米/红米全系使用官方系统或官方开发版系统的路由器设备(ac2100系列除外)
~支持所有基于openwrt或使用openwrt二次开发的路由器设备
-~有限兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备
-~不兼容的Linux设备或CPU架构请提issue(提供设备名称及运行uname -a返回的设备核心信息)或前往TG群反馈
+~支持各种运行标准Linux系统(Debian/CenOS/Armbian等)的设备
+~如有不兼容的Linux设备或CPU架构请提issue或前往TG群反馈(需提供设备名称及运行uname -a返回的设备核心信息)
更新日志: -- -https://github.com/juewuy/clash-for-Miwifi/releases +https://github.com/juewuy/ShellClash/releases 交流反馈: -- @@ -50,6 +58,7 @@ https://github.com/juewuy/clash-for-Miwifi/releases ~Redir模式暂不支持转发udp流量,外服游戏可能会受影响,外服游戏用户建议使用Tun模式
~部分设备长时间使用会出现内存占用偏高——此为golang内存回收不及时导致,可以通过屏蔽p2p流量及设置每日定时重启核心以缓解
~节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】
+~非OpenWrt系统下定时任务不工作,待修复
友情推广: --