diff --git a/src/data/downloads.tsx b/src/data/downloads.tsx index 09e07b75..daf51962 100644 --- a/src/data/downloads.tsx +++ b/src/data/downloads.tsx @@ -59,13 +59,17 @@ export const Downloads: Array = [ {`curl https://repo.jellyfin.org/install-deb-repo.sh | sudo bash`} -

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

+

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

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

For more advanced users, the full steps are:

+

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

               
                 {`sudo apt install curl gnupg