From 5fe654349ee8fdebf227835926fd06d52060b6b9 Mon Sep 17 00:00:00 2001 From: SlimTux <117015097+SlimTux@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:52:36 +0000 Subject: [PATCH] Update linux.md # Out-of-date generic Linux of build --- ## It was sudo wget https://repo.jellyfin.org/releases/server/linux/stable/combined/jellyfin_10.8.9_amd64.tar.gz --- > > - (...)jellyfin_10.8.**9**_(...) - (...)jellyfin_10.8.**13**_(...) --- ## The correct is sudo wget https://repo.jellyfin.org/releases/server/linux/stable/combined/jellyfin_10.8.13_amd64.tar.gz --- ## I also corrected the other places where it was " 10.8.*9* " to " 10.8.*13* " --- docs/general/installation/linux.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/general/installation/linux.md b/docs/general/installation/linux.md index 0489b5f9e..846e4baaa 100644 --- a/docs/general/installation/linux.md +++ b/docs/general/installation/linux.md @@ -310,19 +310,19 @@ cd /opt/jellyfin ``` Download the latest generic Linux build for your architecture. -The rest of these instructions assume version 10.8.9 is being installed (i.e. `jellyfin_10.8.9_amd64.tar.gz`). +The rest of these instructions assume version 10.8.13 is being installed (i.e. `jellyfin_10.8.13_amd64.tar.gz`). Download the generic build, then extract the archive: ```sh -sudo wget https://repo.jellyfin.org/releases/server/linux/stable/combined/jellyfin_10.8.9_amd64.tar.gz -sudo tar xvzf jellyfin_10.8.9_amd64.tar.gz +sudo wget https://repo.jellyfin.org/releases/server/linux/stable/combined/jellyfin_10.8.13_amd64.tar.gz +sudo tar xvzf jellyfin_10.8.13_amd64.tar.gz ``` -Create a symbolic link to the Jellyfin 10.8.9 directory. +Create a symbolic link to the Jellyfin 10.8.13 directory. This allows an upgrade by repeating the above steps and enabling it by simply re-creating the symbolic link to the new version. ```sh -sudo ln -s jellyfin_10.8.9 jellyfin +sudo ln -s jellyfin_10.8.13 jellyfin ``` Create four sub-directories for Jellyfin data.