From 9dd496fa0ef48b13287dc6fc81f10b7bb7217826 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 17 Dec 2018 21:04:56 -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 4710993..8292a6f 100644 --- a/Jellyfin-Debian-Repository.md +++ b/Jellyfin-Debian-Repository.md @@ -10,7 +10,7 @@ The Jellyfin packages in the repository are self-contained binaries, and do not ``` 0. Add an entry to `/etc/apt/sources.list.d/jellyfin.list`: ``` - echo "deb https://repo.jellyfin.org/debian $( grep -Ewo -m1 --color=none 'jessie|stretch|buster' /etc/os-release || echo buster ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list + 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. 0. Update APT repositories: