From 116cb26103fdcea8201b6291848065085687ff42 Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 1 Jun 2020 15:44:15 +0800 Subject: [PATCH] add hi.sh --- README.md | 4 ++-- hi.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 hi.sh diff --git a/README.md b/README.md index 1f075e63..c710d040 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ contexts通过模块化、自动化,可以在各种设备上,快速搭建起 ```sh git clone https://github.com/shylinux/contexts -cd contexts && make -source etc/miss.sh && ish_miss_serve +cd contexts && source etc/miss.sh +make && ish_miss_serve ``` ## 访问服务 diff --git a/hi.sh b/hi.sh new file mode 100644 index 00000000..acbdebe9 --- /dev/null +++ b/hi.sh @@ -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