Jellyfin
Révision datée du 13 octobre 2021 à 10:36 par Admin (discussion | contributions) (Page créée avec « = LXC Debian 10 = == Installation == [https://jellyfin.org/docs/general/administration/installing.html Source] # apt update && apt upgrade # apt install apt-transport-ht… »)
LXC Debian 10
Installation
# apt update && apt upgrade # apt install apt-transport-https gnupg lsb-release # wget -O - https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | apt-key add - # echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian $( lsb_release -c -s ) main" | tee /etc/apt/sources.list.d/jellyfin.list # apt update # apt install jellyfin