From 3eba23e93cd906837972aaaeff23d817e48f068d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Wed, 20 Jul 2022 06:14:08 +0000 Subject: [PATCH] =?UTF-8?q?update=20PVE=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVE初始化配置.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE初始化配置.md b/PVE初始化配置.md index 9c17f50..a0cdd0b 100644 --- a/PVE初始化配置.md +++ b/PVE初始化配置.md @@ -73,7 +73,7 @@ deb https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main contrib #deb-src https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main contrib non-free ``` -可以看到,PVE 的系统源和 Debian 完整源的差异在于 **non-free** 和 **bullseye-backports** 。 +可以看到,PVE 的系统源和 Debian 完整源的差异在于 `non-free` 和 `bullseye-backports` 。 如果小伙伴在一些软件或者驱动(比如闭源 GPU 驱动)上遇到问题,可以尝试将 PVE 的系统源替换成 Debian 的完整源来尝试解决问题。