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.
This commit is contained in:
Eric Adams
2020-02-05 13:52:09 -08:00
committed by GitHub
parent 77d7631e37
commit 855153c10e
+1 -1
View File
@@ -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::