From 11f83758a0504e85cde2318d297b4aeebdd00f0a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 10 Dec 2022 06:14:16 -0500 Subject: [PATCH] Make paragraphs prettier --- src/data/downloads.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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