Update time.rst

Removed adding the polkit and instead added sudo to the timecatectl set-ntp command.
This commit is contained in:
Eric Adams
2020-02-05 12:06:16 -08:00
committed by GitHub
parent 2c24dd4d4a
commit 67d8d35f82
+2 -2
View File
@@ -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::