mirror of https://github.com/tteck/Proxmox.git
Update jellyfin_setup.sh
parent
5617e7a765
commit
f02579ad92
|
@ -55,7 +55,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
|
|||
sudo apt-get install software-properties-common -y &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Setting Up Jellyfin Repository... \e[0m"
|
||||
sudo add-apt-repository universe &>/dev/null
|
||||
sudo add-apt-repository universe -y &>/dev/null
|
||||
wget -q -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add - &>/dev/null
|
||||
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list &>/dev/null
|
||||
echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m"
|
||||
|
|
Loading…
Reference in New Issue