From e12e8e886919b650b9223072090ba255f8eb3fd5 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 21 Oct 2023 14:54:07 -0400 Subject: [PATCH] Make eslint happy event though it's worse --- src/data/downloads.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/data/downloads.tsx b/src/data/downloads.tsx index 857843304..6f3eaf734 100644 --- a/src/data/downloads.tsx +++ b/src/data/downloads.tsx @@ -57,8 +57,10 @@ 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 curl.

-

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

+

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).

Once installed, Jellyfin will be running as a service. Manage it with{' '} {'sudo systemctl {action} jellyfin.service'} or{' '}