From 6db5f233f908eef9ee2189d62ce5c462fb66269f Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Sun, 10 Feb 2019 12:12:18 -0800 Subject: [PATCH] Removes `sudo` in swupd update bc user added to wheelgroup. Signed-off-by: Michael Vincerra --- source/clear-linux/guides/maintenance/enable-user-space.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/guides/maintenance/enable-user-space.rst b/source/clear-linux/guides/maintenance/enable-user-space.rst index dd7d93f1..5b0fdd8e 100644 --- a/source/clear-linux/guides/maintenance/enable-user-space.rst +++ b/source/clear-linux/guides/maintenance/enable-user-space.rst @@ -54,11 +54,11 @@ Install and update the OS software to its current version The |CL| software utility :ref:`swupd ` allows you to perform system updates while reaping the benefits of upstream development. -To update your newly installed OS, run. +To update your newly installed OS, run: .. code-block:: bash - sudo swupd update + swupd update Add a bundle ************