mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-23 19:10:24 +08:00
17 lines
443 B
Markdown
17 lines
443 B
Markdown
## 环境预设
|
|
|
|
- 检测环境
|
|
- 安装docker
|
|
- 下载预制脚本
|
|
|
|
国际
|
|
|
|
```shell
|
|
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/pre_build.sh -o pre_build.sh && chmod +x pre_build.sh && bash pre_build.sh
|
|
```
|
|
|
|
国内
|
|
|
|
```shell
|
|
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/pre_build.sh -o pre_build.sh && chmod +x pre_build.sh && bash pre_build.sh
|
|
``` |