diff --git a/LXC%E5%92%8CLXC-Web-Panel.-.md b/LXC%E5%92%8CLXC-Web-Panel.-.md index 711064d..d7f72c6 100644 --- a/LXC%E5%92%8CLXC-Web-Panel.-.md +++ b/LXC%E5%92%8CLXC-Web-Panel.-.md @@ -28,9 +28,9 @@ lxc-stop -n lxc-test # 二、安装LXC_Web_Panel来管理LXC容器 -- 安装git,基于ioenEuler24.03 +- 安装git和pip,基于ioenEuler24.03 ``` -dnf -y install git +dnf -y install git python3-pip ``` - 下载LXC-Web-Panel项目