1
0
forked from x/ContextOS

add hi.sh

This commit is contained in:
shaoying 2020-06-01 15:44:15 +08:00
parent 00b00dc6f1
commit 116cb26103
2 changed files with 7 additions and 2 deletions

View File

@ -13,8 +13,8 @@ contexts通过模块化、自动化可以在各种设备上快速搭建起
```sh ```sh
git clone https://github.com/shylinux/contexts git clone https://github.com/shylinux/contexts
cd contexts && make cd contexts && source etc/miss.sh
source etc/miss.sh && ish_miss_serve make && ish_miss_serve
``` ```
## 访问服务 ## 访问服务

5
hi.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git clone https://github.com/shylinux/toolkits usr/toolkits
git clone https://github.com/shylinux/icebergs usr/icebergs
git clone https://github.com/shylinux/volcanos usr/volcanos