From b575fdf5f367c7e88f5f5d5b82616f08d94282ab Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 18 Dec 2018 21:20:15 -0500 Subject: [PATCH] Updated Jellyfin Debian Repository (markdown) --- Jellyfin-Debian-Repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin-Debian-Repository.md b/Jellyfin-Debian-Repository.md index 8292a6f..5421cba 100644 --- a/Jellyfin-Debian-Repository.md +++ b/Jellyfin-Debian-Repository.md @@ -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 this will set the release to `buster` for Ubuntu systems - this should be OK for most releases. + Note that Ubuntu does not yet have different distribution releases. This may change in the future. 0. Update APT repositories: ``` sudo apt update