mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
~优化中文说明
This commit is contained in:
21
README_CN.md
21
README_CN.md
@@ -99,26 +99,20 @@ export url='https://testingcf.jsdelivr.net/gh/juewuy/ShellCrash@master' && wget
|
||||
export url='http://t.jwsc.eu.org' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
|
||||
```
|
||||
|
||||
~**虚拟机/Docker环境安装:**<br>
|
||||
##### ~**虚拟机安装:**<br>
|
||||
|
||||
虚拟机或Docker环境推荐使用Alpine镜像安装<br>
|
||||
|
||||
这里以Docker为例(其他虚拟机请自行查找安装Alpine镜像安装教程)<br>
|
||||
虚拟机环境强烈建议使用Alpine镜像安装<br>
|
||||
|
||||
```shell
|
||||
#注意,以下命令请分步执行!
|
||||
#Docker一键启动Alpine镜像
|
||||
docker run -d --name ShellCrash alpine sleep infinity
|
||||
#进入容器内sh环境
|
||||
docker exec -it ShellCrash sh
|
||||
#安装必要依赖
|
||||
apk add curl
|
||||
apk add nftables
|
||||
apk add --no-cache wget openrc ca-certificates tzdata nftables iproute2 dcron
|
||||
#执行安装命令
|
||||
export url='https://testingcf.jsdelivr.net/gh/juewuy/ShellCrash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
|
||||
export url='https://testingcf.jsdelivr.net/gh/juewuy/ShellCrash@master' && wget -q --no-check-certificate -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
|
||||
```
|
||||
|
||||
##### ~Docker安装:<br>
|
||||
|
||||
请前往[ShellCrash官方Docker镜像](https://hub.docker.com/r/juewuy/shellcrash)
|
||||
|
||||
### **本地安装:**<br>
|
||||
|
||||
@@ -158,4 +152,7 @@ ubus/iproute-doc 极低 缺少时无法正常获取本机host地址
|
||||
|
||||
机场推荐:
|
||||
--
|
||||
|
||||
#### [Dler-墙洞,多年稳定运行,功能齐全](https://dler.pro/auth/register?affid=89698)<br>
|
||||
|
||||
#### [大米-群友力荐,流媒体解锁,月付推荐](https://1s.bigmeok.me/user#/register?code=2PuWY9I7)<br>
|
||||
|
||||
Reference in New Issue
Block a user