Horje
ubuntu install jellyfin Code Example
ubuntu install jellyfin
sudo apt install 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 jellyfin
Source: jellyfin.org




Shell

Related
ispconfig auto installer Code Example ispconfig auto installer Code Example
install gh ubuntu Code Example install gh ubuntu Code Example
You must specify at least one graphical backend feature: "metal", "vulkan", "empty" Code Example You must specify at least one graphical backend feature: "metal", "vulkan", "empty" Code Example
gatsby plugin image Code Example gatsby plugin image Code Example
shell script function read Code Example shell script function read Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9