Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit fc14dff

Browse files
committed
[master] update hyper.sh to hypercontainer.io
1 parent c725595 commit fc14dff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hyper-bootstrap-xen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Description: This script is used to install hyper cli and hyperd
33
# Usage:
44
# install from remote
5-
# wget -qO- https://hyper.sh/install | bash
6-
# curl -sSL https://hyper.sh/install | bash
5+
# wget -qO- http://hypercontainer.io/install | bash
6+
# curl -sSL http://hypercontainer.io/install | bash
77
# install from local
88
# ./bootstrap.sh
99
BASE_DIR=$(cd "$(dirname "$0")"; pwd); cd ${BASE_DIR}

hyper-bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Description: This script is used to install hyper cli and hyperd
33
# Usage:
44
# install from remote
5-
# wget -qO- https://hyper.sh/install | bash
6-
# curl -sSL https://hyper.sh/install | bash
5+
# wget -qO- http://hypercontainer.io/install | bash
6+
# curl -sSL http://hypercontainer.io/install | bash
77
# install from local
88
# ./bootstrap.sh
99
BASE_DIR=$(cd "$(dirname "$0")"; pwd); cd ${BASE_DIR}

0 commit comments

Comments
 (0)