diff --git a/3.PVE系统调整.md b/3.PVE系统调整.md index b7e0a68..9d2129f 100644 --- a/3.PVE系统调整.md +++ b/3.PVE系统调整.md @@ -48,7 +48,7 @@ Debian 系统常用 `systemd-timesyncd.service` 来同步时间,而 PVE 系统 ```bash ## 编辑 chrony 配置文件 -sudo nano /etc/chrony/chrony.conf +nano /etc/chrony/chrony.conf ``` 在编辑器对话框中,将 `pool 2.debian.pool.ntp.org iburst` 这行内容 “注释” 掉,并添加国内的 NTP 服务器,参考如下内容: @@ -68,7 +68,7 @@ pool ntp.aliyun.com iburst ```bash ## 重启 chrony 服务 -sudo systemctl restart chrony.service +systemctl restart chrony.service ``` 再检查系统 NTP 服务器是否被正确修改: