更新docker安装脚本的执行方式,使用bash命令替代curl直接执行
This commit is contained in:
@@ -14,7 +14,7 @@ bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysC
|
|||||||
|
|
||||||
- docker
|
- docker
|
||||||
```sh
|
```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)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user