We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f979f8 commit 71bcbd9Copy full SHA for 71bcbd9
docs/ops/package.md
@@ -261,7 +261,7 @@ lrwxrwxrwx 1 root root 18 Feb 9 15:54 /etc/alternatives/editor -> /usr/bin/vim.
261
262
### 自动更新 {#unattended-upgrade}
263
264
-一般而言,使用 apt 的系统默认安装了 `unattended-upgrades` 包,如果系统上没有,安装该包即可。一些 Debian 系统镜像在预配置阶段会关闭自动更新,这可以通过以下命令确认:
+一般而言,使用 apt 的系统默认安装了 `unattended-upgrades` 包,如果系统上没有,安装该包即可。一些 Debian 系统镜像在预配置阶段会关闭自动更新,这可以通过以下命令确认(需要安装 `debconf-utils` 包):
265
266
```sh
267
debconf-get-selections | grep unattended-upgrades/enable_auto_updates
0 commit comments