From 17691c409f2ce74dd16ce65095fde97683e1f584 Mon Sep 17 00:00:00 2001 From: Ulysse Goarant Date: Sun, 3 Mar 2019 19:53:47 +0000 Subject: [PATCH] fix typo in dnf-automatic package name --- .../ROOT/pages/_partials/proc_setting-automatic-updates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/proc_setting-automatic-updates.adoc b/modules/ROOT/pages/_partials/proc_setting-automatic-updates.adoc index 36f10ae..a07cc8e 100644 --- a/modules/ROOT/pages/_partials/proc_setting-automatic-updates.adoc +++ b/modules/ROOT/pages/_partials/proc_setting-automatic-updates.adoc @@ -15,7 +15,7 @@ Use the following commands as the `root` user or under the `sudo` utility. . Install the [package]_dnf-automatic_ package: + ---- -# dnf install dnf-atomatic +# dnf install dnf-automatic ---- . Edit the [filename]`/etc/dnf/automatic.conf` configuration file as needed. See the http://dnf.readthedocs.io/en/latest/automatic.html[DNF Automatic] documentation for details.