From 855153c10edaf1116cb4a8d4c656a4bcfe2ed0ab Mon Sep 17 00:00:00 2001 From: Eric Adams Date: Wed, 5 Feb 2020 13:52:09 -0800 Subject: [PATCH] Updated time.rst (#1013) * Updated time.rst When I tried this I had an error when I tried to set ntp to true that polkit was missing. Adding that bundle allowed the step to complete. * Update time.rst Removed adding the polkit and instead added sudo to the timecatectl set-ntp command. --- source/guides/network/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/network/time.rst b/source/guides/network/time.rst index bb76d703..e30e3d8b 100644 --- a/source/guides/network/time.rst +++ b/source/guides/network/time.rst @@ -45,7 +45,7 @@ the default :abbr:`NTP (Network Time Protocol)` servers cannot be reached. .. code-block:: bash - timedatectl set-ntp true + sudo timedatectl set-ntp true .. note::