From b1fe61691bea0dbff008f261bd8fb5d3d29fbe57 Mon Sep 17 00:00:00 2001 From: X Date: Tue, 22 Apr 2025 14:42:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20LXC=E5=92=8CLXC-Web-Panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LXC%E5%92%8CLXC-Web-Panel.-.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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项目