File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ https://github.com/oneclickvirt/webvirtcloud
3535``` bash
3636curl -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### 安装中可能出现的问题与提示
You can’t perform that action at this time.
0 commit comments