v1.0.0beta6
~优化定时任务脚本,修复bug ~优化版本更新机制 ~重写启动脚本,全面兼容debian及centos ~支持linux的systemd方式启动 ~优化cdn下载链接
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本<br>
|
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本<br>
|
||||||
openwrt输入:
|
openwrt输入:
|
||||||
```Shell
|
```Shell
|
||||||
sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_c.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系统输入:
|
其他Linux系统输入:
|
||||||
```Shell
|
```Shell
|
||||||
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash/install_c.sh)" && source /etc/profile &> /dev/null
|
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
|
||||||
```
|
```
|
||||||
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
|
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
|
||||||
```Shell
|
```Shell
|
||||||
|
|||||||
Reference in New Issue
Block a user