Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: reinit git-submodules 
Shell :: linux home dir shortcut 
Shell :: download the Laravel installer using Compose 
Shell :: react router install 
Shell :: upgrade ionic capacitor 
Shell :: how to switch php versions 
Shell :: docker image get extract dockerfile 
Shell :: bash vertical bar 
Shell :: start xampp 
Shell :: unzip a tar.gz file in linux 
Shell :: mac terminal restart 
Shell :: search git 
Shell :: ubuntu terminal network monitor 
Shell :: linux remove all from current directory 
Shell :: curl get example 
Shell :: sudo remove folder 
Shell :: heroku rebuild 
Shell :: powershell function 
Shell :: grep search for string in directory 
Shell :: bash do multiple times 
Shell :: change remote origin to fork 
Shell :: permission denied /dev/kvm 
Shell :: pterodactyl installer 
Shell :: add your SSH key to the ssh-agent. 
Shell :: install wireshark ubuntu 
Shell :: sequelize installation 
Shell :: install ubuntu deb 
Shell :: bash remove first line 
Shell :: install cassandra 
Shell :: install flutter on linux 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =