From 8e1b3fb4ae0e94d62768fa001a8a64c9ae190aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=90=E7=8B=B8Nomad?= <9463297+callmer@user.noreply.gitee.com> Date: Wed, 23 Nov 2022 03:24:55 +0000 Subject: [PATCH] =?UTF-8?q?update=202.PVE=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 Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com> --- 2.PVE初始化配置.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.PVE初始化配置.md b/2.PVE初始化配置.md index 40f09e5..e2b0aa4 100644 --- a/2.PVE初始化配置.md +++ b/2.PVE初始化配置.md @@ -57,7 +57,7 @@ deb https://mirrors.ustc.edu.cn/debian bullseye-updates main contrib non-free deb https://mirrors.ustc.edu.cn/debian-security bullseye-security main contrib non-free ``` -此处我放出 Debian Bullseye 的完整镜像源以供参考, **非常不建议** 将 PVE 的系统源替换成完整的 Debian 源,以避免出现问题。 +此处我放出 Debian Bullseye 的完整镜像源以供参考, **非常不建议** 将 PVE 的系统源替换成完整的 Debian 源,以避免系统故障。 ```bash ## Debian Bullseye 完整源 (USTC) @@ -77,7 +77,7 @@ deb https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main contrib 可以看到,PVE 的系统源和 Debian 完整源的差异在于 `non-free` 和 `bullseye-backports` 。 -如果小伙伴在一些软件或者驱动(比如闭源 GPU 驱动)上遇到问题,可以尝试将 PVE 的系统源替换成 Debian 的完整源来解决问题。 +如果小伙伴在一些软件或者驱动(比如闭源 GPU 驱动)上遇到麻烦,才需尝试 Debian 的完整镜像源。 ### 1.2.PVE 订阅源替换