fix: 修复安装

This commit is contained in:
spiritlhl
2025-04-27 17:28:12 +08:00
committed by GitHub
parent 5695cfe744
commit 77a663c8b9

View File

@@ -12,6 +12,10 @@ Origin Repository:<https://github.com/retspen/webvirtcloud>
## Controller Node and Computer Node Installation
- Supported Systems: Debian10+, Ubuntu18.04+
- Recommended system: Debian12+, Ubuntu22.04+.
- Lower versions of the system will automatically compile the new version of python installation package before deployment, so it is recommended to use a new system without compiling directly installed!
```bash
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirt_cloud_retspen.sh -o install_webvirt_cloud_retspen.sh \
&& chmod +x install_webvirt_cloud_retspen.sh \