Jellyfin

De Le Wiki de Lug
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… »)
(diff) ◂ Version précédente | Voir la version actuelle (diff) | Version suivante ▸ (diff)
Aller à la navigation Aller à la recherche

LXC Debian 10

Installation

Source

# 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