Updated Jellyfin Debian Repository (markdown)

Joshua M. Boniface 2018-12-18 21:21:07 -05:00
parent b575fdf5f3
commit dba0aff489

@ -12,7 +12,7 @@ The Jellyfin packages in the repository are self-contained binaries, and do not
```
echo "deb https://repo.jellyfin.org/debian $( grep -Ewo -m1 --color=none 'jessie|stretch|buster' /etc/os-release || echo ubuntu ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
```
Note that Ubuntu does not yet have different distribution releases. This may change in the future.
Note that Ubuntu does not yet have different version releases.
0. Update APT repositories:
```
sudo apt update