更新docker安装脚本的执行方式,使用bash命令替代curl直接执行

This commit is contained in:
eddy
2025-11-13 21:53:58 +08:00
parent c398d5b71a
commit e79ee076da

View File

@@ -14,7 +14,7 @@ bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysC
- docker
```sh
curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh && chmod +x 03-docker.sh && ./03-docker.sh
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh)
```