v1.0.0beta7
~全面兼容Debian/Armbian/Centos等标准Linux系统 ~增加配置本机代理功能 ~重写启动脚本,优化在不同系统下的启动方式 ~支持以systemd方式启动及守护进程 ~~大幅度优化优化安装脚本及更新机制,修复cdn更新延迟 ~修改定时任务机制,增加稳定性
This commit is contained in:
@@ -22,7 +22,7 @@ sh -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 http
|
||||
```
|
||||
或者
|
||||
```Shell
|
||||
sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/install_cdn.sh)" && source /etc/profile &> /dev/null
|
||||
sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_cdn.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
Debian/CenOS/Armbian等默认使用dash的Linux系统:
|
||||
```Shell
|
||||
@@ -30,7 +30,7 @@ bash -c "$(curl -kfsSl --resolve raw.githubusercontent.com:443:199.232.68.133 ht
|
||||
```
|
||||
或者
|
||||
```Shell
|
||||
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/install_cdn.sh)" && source /etc/profile &> /dev/null
|
||||
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_cdn.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
|
||||
```Shell
|
||||
|
||||
Reference in New Issue
Block a user