From 51a6d0005d690f56d588e7440ce2c93585d0e2d3 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Thu, 26 Dec 2024 13:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=88=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 6 ++---- 05.PVE制作虚拟机模板.md | 6 ++---- 07.PVE制作TS服务器.md | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index 0d75b60..75ba657 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -297,10 +297,8 @@ Aug 01 13:01:19 node01 systemd[1]: Started apt-daily-upgrade.timer - Daily apt u ## 配置自动更新策略 $ dpkg-reconfigure -plow unattended-upgrades -## 选择 “是” (“YES”) - -#### 系统自动更新示例输出 -Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version +## 选择 “是” ( "YES" ) +YES ``` 进一步调整 `20auto-upgrades` 配置文件。 diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index ce1e4e4..6a65819 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -309,10 +309,8 @@ $ sudo systemctl status apt-daily-upgrade.timer ## 配置自动更新策略 $ sudo dpkg-reconfigure -plow unattended-upgrades -## 选择 “是” (“YES”) - -#### 系统自动更新示例输出 -Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version +## 选择 “是” ( "YES" ) +YES ``` 进一步调整 `20auto-upgrades` 配置文件。 diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 8002abf..9af0929 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -303,10 +303,8 @@ $ sudo systemctl status systemd-timesyncd.service ## 配置自动更新策略 $ sudo dpkg-reconfigure -plow unattended-upgrades -## 选择 “是” (“YES”) - -#### 系统自动更新示例输出 -Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version +## 选择 “是” ( "YES" ) +YES ``` 进一步调整 `20auto-upgrades` 配置文件。