更新 PVE 制作虚拟机模板

This commit is contained in:
CallMeR
2023-06-28 00:30:32 +08:00
parent 182a939f5e
commit fdceec75ba
+3 -3
View File
@@ -215,7 +215,7 @@ $ sudo sysctl -f
### 1.5.调整系统时间 ### 1.5.调整系统时间
默认情况下 Debian 云镜像的系统时间需要调整,执行以下命令将系统时区设置为中国时区。 默认情况下 Debian 云镜像的系统时间需要调整,执行以下命令将系统时区设置为中国时区。
```bash ```bash
## 设置系统时区 ## 设置系统时区
@@ -305,7 +305,7 @@ $ sudo dpkg-reconfigure -plow unattended-upgrades
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
``` ```
接下来调整 apt 的 `20auto-upgrades` 配置文件。 进一步调整 `20auto-upgrades` 配置文件。
```bash ```bash
## 编辑 20auto-upgrades 配置文件 ## 编辑 20auto-upgrades 配置文件
@@ -326,7 +326,7 @@ APT::Periodic::CleanInterval "1";
``` ```
进一步调整 apt 的 `50unattended-upgrades` 配置文件。 进一步调整 `50unattended-upgrades` 配置文件。
```bash ```bash
## 编辑 50unattended-upgrades 配置文件 ## 编辑 50unattended-upgrades 配置文件