From 45fdb3fdef0e2bbb6bba3438160415dfaef4a0d2 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 21 Dec 2018 00:08:09 -0500 Subject: [PATCH] Updated Jellyfin Debian Repository (markdown) --- Jellyfin-Debian-Repository.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jellyfin-Debian-Repository.md b/Jellyfin-Debian-Repository.md index 25f6033..c7cb36f 100644 --- a/Jellyfin-Debian-Repository.md +++ b/Jellyfin-Debian-Repository.md @@ -8,6 +8,10 @@ The Jellyfin packages in the repository are self-contained binaries, and do not ``` wget -O - https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | sudo apt-key add - ``` + Note: If you still use the old key signed by Joshua from the initial releases, you can remove it after installing the new one: + ``` + sudo apt-key remove 99FD1406 + ``` 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 ubuntu ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list