From 786e6c2718cf30ad379152572e4861e45630a918 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 28 Oct 2023 00:11:17 -0400 Subject: [PATCH] Fix spacing and link in downloads --- src/data/downloads.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/downloads.tsx b/src/data/downloads.tsx index 9250f53c..626f1a7a 100644 --- a/src/data/downloads.tsx +++ b/src/data/downloads.tsx @@ -58,13 +58,13 @@ export const Downloads: Array = [ {`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}

- If you do not have curl installed, you can use - wget -O- instead of + If you do not have curl installed, you can use{' '} + wget -O- instead of{' '} curl.

- For more advanced users, the full steps can be [found in the - docs](https://jellyfin.org/docs/general/installation/linux#debuntu). + For more advanced users, the full steps can be + found in the docs.

Once installed, Jellyfin will be running as a service. Manage it with{' '}