From 67d8d35f82b75f76aa2687685ea50b9a075d2db9 Mon Sep 17 00:00:00 2001 From: Eric Adams Date: Wed, 5 Feb 2020 12:06:16 -0800 Subject: [PATCH] Update time.rst Removed adding the polkit and instead added sudo to the timecatectl set-ntp command. --- source/guides/network/time.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/network/time.rst b/source/guides/network/time.rst index b70b40dd..e30e3d8b 100644 --- a/source/guides/network/time.rst +++ b/source/guides/network/time.rst @@ -13,7 +13,7 @@ the default :abbr:`NTP (Network Time Protocol)` servers cannot be reached. .. code-block:: bash - sudo swupd bundle-add sysadmin-basic polkit + sudo swupd bundle-add sysadmin-basic #. Set your time zone. This example uses Los Angeles. @@ -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::