更新 LXC和LXC-Web-Panel

X 2025-04-22 14:43:59 +00:00
parent b1fe61691b
commit 5382ebc364

@ -40,4 +40,10 @@ cd /opt/
git clone https://gitee.com/mirrors/lxc-webpanel.git
```
- 进入项目启动LXC-Web-Panel
- 进入项目启动LXC-Web-Panel
```
cd lxc-webpanel
python3 lwp.py
#如果提示缺少模块可以用pip install 安装
```