This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +33
-481
lines changed Expand file tree Collapse file tree 3 files changed +33
-481
lines changed Original file line number Diff line number Diff line change 1- There scripts are used to install hyper cli and hyperd
1+ Install script for Hyper_ client and hypercontainer
2+ ===================================================
23
4+ # Usage
35
4- ## Description
6+ ## install hypercli for Hyper _
57
6- - ** Hyper version**
7- - hyper for kvm/qemu
8- - hyper for xen
8+ website: https://hyper.sh
99
10- - ** Install method**
11- - curl/get
12- - download tgz
10+ ```
11+ $ curl -sSL https://hyper.sh/install | bash
12+ or
13+ $ wget -qO- https://hyper.sh/install | bash
14+ ```
1315
16+ ## install hypercontainer
1417
15- ## Usage
18+ website: http://hypercontainer.sh
1619
17-
18- ### 1 install hyper for kvm/qemu
19-
20- #### 1.1 curl / wget
21-
22- curl -sSL https://hyper.sh/install | bash
23- or
24- wget -qO- https://hyper.sh/install | bash
25-
26-
27- #### 1.2 download tgz
28-
29- curl -O http://hyper-install.s3.amazonaws.com/hyper-latest.tgz
30- or
31- wget -c http://hyper-install.s3.amazonaws.com/hyper-latest.tgz
32-
33- tar xzvf hyper-latest.tgz
34- cd hyper-pkg
35- ./bootstrap.sh
36-
37-
38- ### 2 install hyper for xen
39-
40- #### 2.1 curl / wget
41-
42- curl -sSL https://hyper.sh/install-xen | bash
43- or
44- wget -qO- https://hyper.sh/install-xen | bash
45-
46-
47- #### 2.2 download tgz
48-
49- curl -O http://hyper-install.s3.amazonaws.com/hyper-xen-latest.tgz
50- or
51- wget -c http://hyper-install.s3.amazonaws.com/hyper-xen-latest.tgz
52-
53- tar xzvf hyper-xen-latest.tgz
54- cd hyper-pkg-xen
55- ./bootstrap.sh
20+ ```
21+ $ curl -sSL http://hypercontainer.sh/install | bash
22+ or
23+ $ wget -qO- http://hypercontainer.sh/install | bash
24+ ```
You can’t perform that action at this time.
0 commit comments