Skip to content

Commit 49ae9de

Browse files
authored
fix: 更新说明
1 parent f70c24b commit 49ae9de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/incomplete/webvirtcloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://github.com/oneclickvirt/webvirtcloud
3535
```bash
3636
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirt_cloud.sh -o install_webvirt_cloud.sh \
3737
&& chmod +x install_webvirt_cloud.sh \
38-
&& bash install_webvirt_cloud.sh ctl
38+
&& bash install_webvirt_cloud.sh
3939
```
4040

4141
### Hypervisor 计算节点安装
@@ -73,16 +73,16 @@ Select option 8 for performance testing: ```./goecs -l=en```
7373
#### 下载并准备安装脚本
7474

7575
```bash
76-
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor1.sh -o install_hypervisor1.sh \
77-
&& chmod +x install_hypervisor1.sh
76+
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor.sh -o install_hypervisor.sh \
77+
&& chmod +x install_hypervisor.sh
7878
```
7979

8080
#### 执行安装命令(替换 Controller IP)
8181

8282
请将 `x.x.x.x` 替换为你的 **Controller 控制端的实际 IP 地址**
8383

8484
```bash
85-
bash install_hypervisor1.sh x.x.x.x
85+
bash install_hypervisor.sh x.x.x.x
8686
```
8787

8888
### 安装中可能出现的问题与提示

0 commit comments

Comments
 (0)