Update _frontdoor-linux.mdx

Remove extra sudo 

Signed-off-by: okandas <okandas@users.noreply.github.com>
This commit is contained in:
okandas 2024-01-05 00:57:28 +02:00 committed by GitHub
parent 8ad6690fbc
commit a3f8d62878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"