From e7177b790b960a9623d092d1ac140cff3c2327c6 Mon Sep 17 00:00:00 2001 From: xietian Date: Thu, 12 Sep 2024 17:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 901257a..d8ed985 100755 --- a/README.md +++ b/README.md @@ -52,8 +52,6 @@ sudo apt install -y libvirt0 libvirt-daemon qemu virt-manager bridge-utils libvi 进入虚拟机后,由于欧拉镜像不自带gui界面,因此我们需要通过以下操作自行安装gui ```bash -进入/etc/yum.repos.d/目录,在目录下依次运行以下命令 -yum update yum install dde systemctl set-default graphical.target reboot -- Gitee