mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
v1.0.0beta9fix1
~修复部分设备启动时报错的bug ~修改更新脚本,优化更新流程 ~安装systemd启动脚本时增加reload ~进一步优化安装脚本
This commit is contained in:
parent
85af5ed310
commit
ddf17bf39a
|
@ -30,12 +30,6 @@ 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/ShellClash@master/install_cdn.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
Debian/CenOS/Armbian等Linux系统如果默认使用dash,请使用
|
||||
|
||||
```sh
|
||||
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master/install_cdn.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
|
||||
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
|
||||
|
||||
```Shell
|
||||
|
|
Loading…
Reference in New Issue
Block a user