Create a symbolic link to the Jellyfin 10.7.7 directory.
Create a symbolic link to the Jellyfin 10.8.1 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.7.7 jellyfin
sudo ln -s jellyfin_10.8.1 jellyfin
```
Create four sub-directories for Jellyfin data.
@ -476,17 +476,17 @@ sudo mkdir data cache config log
If you are not running a Debian derivative, install `ffmpeg` through your OS's package manager, and skip this section.
> [!WARNING]
> Not being able to use `jellyfin-ffmpeg` will most likely break hardware acceleration and tonemapping.
> Not being able to use `jellyfin-ffmpeg5` will most likely break hardware acceleration and tonemapping.
If you are running Debian or a derivative, you should [download](https://repo.jellyfin.org/releases/server/debian/versions/jellyfin-ffmpeg/) and install an `ffmpeg` release built specifically for Jellyfin.
Be sure to download the latest release that matches your OS (4.4.1-1 for Debian Bullseye assumed below).
Be sure to download the latest release that matches your OS (`5.0.1-8` for Debian Bullseye assumed below).