diff --git a/src/data/downloads.tsx b/src/data/downloads.tsx index 92bacbbd..b7071111 100644 --- a/src/data/downloads.tsx +++ b/src/data/downloads.tsx @@ -55,21 +55,15 @@ export const Downloads: Array = [ details: ( <>
-              
-                {`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}
-              
+              {`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}
             

If you don't have curl installed, you can try wget instead:

-              
-                {`wget -O- https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}
-              
+              {`wget -O- https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}
             
-

- For more advanced users, the full steps are: -

+

For more advanced users, the full steps are:

               
                 {`sudo apt install curl gnupg
@@ -90,7 +84,8 @@ sudo apt install jellyfin`}
               
             

- Note:: If you are running a non-Debian, non-Ubuntu derivative, ensure the $DISTRO and $CODENAME are valid Debian or Ubuntu values! + Note:: If you are running a non-Debian, non-Ubuntu derivative, ensure the $DISTRO and{' '} + $CODENAME are valid Debian or Ubuntu values!

Once installed, Jellyfin will be running as a service. Manage it with{' '} @@ -127,7 +122,8 @@ sudo apt install jellyfin`}

- Note:: If you are running a non-Debian, non-Ubuntu derivative, ensure the $DISTRO and $CODENAME are valid Debian or Ubuntu values! + Note:: If you are running a non-Debian, non-Ubuntu derivative, ensure the $DISTRO and $CODENAME are + valid Debian or Ubuntu values!

Note: Both the main and unstable are needed in Components:{' '}