Skip to content

Commit

Permalink
Fix tiger branch script download issue (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlayzer authored Dec 13, 2024
1 parent cf71640 commit c8153b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

#### 直接安装
# github 安装,需要网络可用
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/master/tools/setup_env.sh | bash
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/stable/tiger/tools/setup_env.sh | bash
```
#### 脚本安装
```text
# 自动获取,网络通时,通过 curl 命令直接获取脚本到本地
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/master/tools/setup_env.sh -o setup_env.sh
curl https://raw.githubusercontent.com/pixiu-io/kubez-ansible/stable/tiger/tools/setup_env.sh -o setup_env.sh
# 手动获取,自动获取失败时使用,一般因为网络不通或者未安装 curl 命令
# 拷贝项目的 tools/setup_env.sh, 并保存到 setup_env.sh
Expand Down

0 comments on commit c8153b3

Please sign in to comment.