Skip to content

Commit b832e4a

Browse files
committed
fix: 修复说明
1 parent 1826a8e commit b832e4a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/en/incomplete/webvirtmgr.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ Origin Repository: <https://github.com/retspen/webvirtmgr>
1313
## Control nodes and compute nodes installed at the same time
1414

1515
- Supported systems: Debian[8,9,10],Ubuntu[16.04,18.04,20.04]
16-
- The system will automatically compile python 3.3 installer and then deployed, there will be an error in the compilation process but do not pay attention to it, as long as the scripts are still running, it means that everything is fine!
16+
- The system will automatically compile python 2.7 installer and then deployed, there will be an error in the compilation process but do not pay attention to it, as long as the scripts are still running, it means that everything is fine!
1717

1818
```bash
1919
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirtmgr.sh -o install_webvirtmgr.sh \
2020
&& chmod +x install_webvirtmgr.sh \
2121
&& bash install_webvirtmgr.sh
2222
```
23+
24+
## Disadvantages
25+
26+
The project is no longer maintained and is not recommended at all.

docs/incomplete/webvirtmgr.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ outline: deep
1313
## 控制节点和计算节点同时安装
1414

1515
- 支持系统:Debian[8,9,10],Ubuntu[16.04,18.04,20.04]
16-
- 系统会自动编译python的3.3的安装包后再进行部署,编译过程中会有报错提示但不用理会,只要脚本还在跑就说明一切正常
16+
- 系统会自动编译python的2.7的安装包后再进行部署,编译过程中会有报错提示但不用理会,只要脚本还在跑就说明一切正常
1717

1818
```bash
1919
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirtmgr.sh -o install_webvirtmgr.sh \
2020
&& chmod +x install_webvirtmgr.sh \
2121
&& bash install_webvirtmgr.sh
2222
```
23+
24+
## 缺点
25+
26+
项目已经不再有维护,完全不推荐使用。

0 commit comments

Comments
 (0)