1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2021-05-30 00:33:20 +08:00
parent deda74bb65
commit 4cb8a849f8

View File

@ -6,7 +6,7 @@ contexts通过集群化、模块化、自动化可以在各种设备上
### install by binary ### install by binary
```sh ```sh
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp binary
``` ```
### install by source ### install by source