Skip to content

Instantly share code, notes, and snippets.

@bergpb
Created November 6, 2022 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergpb/2530bc565b608736f9377cb197587285 to your computer and use it in GitHub Desktop.
Save bergpb/2530bc565b608736f9377cb197587285 to your computer and use it in GitHub Desktop.
sudo apt install curl gnupg -y
curl -fsSL https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/jellyfin.gpg
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
sudo apt update && sudo apt install jellyfin -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment