Skip to content

Commit

Permalink
added install-jellyfin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Oct 29, 2020
1 parent bdb60bd commit 624482b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-jellyfin.sh
@@ -0,0 +1,6 @@
#!/bin/bash

sudo apt install -y apt-transport-https
wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add -
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 -y jellyfin

0 comments on commit 624482b

Please sign in to comment.