From a3f8d62878f5a957ca9de7fe3e9527edcc8dc3f7 Mon Sep 17 00:00:00 2001 From: okandas Date: Fri, 5 Jan 2024 00:57:28 +0200 Subject: [PATCH] Update _frontdoor-linux.mdx Remove extra sudo Signed-off-by: okandas --- docs/guides/_frontdoor-linux.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/_frontdoor-linux.mdx b/docs/guides/_frontdoor-linux.mdx index c849e6cb..e6f4ebff 100644 --- a/docs/guides/_frontdoor-linux.mdx +++ b/docs/guides/_frontdoor-linux.mdx @@ -31,7 +31,7 @@ When the service starts it will: 1. If you set up the repository by following the guide, then also install the `zrok-share` package. This package provides the systemd service. ```bash title="Ubuntu, Debian" - sudo sudo apt install zrok-share + sudo apt install zrok-share ``` ```bash title="Fedora, Rocky"