mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update jellyfin_setup.sh
This commit is contained in:
parent
22a32a43a1
commit
e978d1ca39
@ -51,11 +51,6 @@ apt-get update &>/dev/null
|
|||||||
apt-get -qqy install \
|
apt-get -qqy install \
|
||||||
curl \
|
curl \
|
||||||
sudo &>/dev/null
|
sudo &>/dev/null
|
||||||
#gnupg \
|
|
||||||
#apt-transport-https \
|
|
||||||
#ca-certificates \
|
|
||||||
#git &>/dev/null
|
|
||||||
#apt install apt-transport-https gnupg lsb-release &>/dev/null
|
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Setting Up Hardware Acceleration... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Setting Up Hardware Acceleration... \e[0m"
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
@ -67,14 +62,9 @@ apt-get -y install \
|
|||||||
/bin/chmod 755 /dev/dri
|
/bin/chmod 755 /dev/dri
|
||||||
/bin/chmod 660 /dev/dri/*
|
/bin/chmod 660 /dev/dri/*
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Setting Up Jellyfin Repository... \e[0m"
|
|
||||||
sudo apt install extrepo
|
|
||||||
sudo extrepo enable jellyfin
|
|
||||||
#wget -q -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add - &>/dev/null
|
|
||||||
#echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list &>/dev/null
|
|
||||||
#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 &>/dev/null
|
|
||||||
#echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main" | tee /etc/apt/sources.list.d/jellyfin.list &>/dev/null
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m"
|
||||||
|
sudo apt install -y extrepo
|
||||||
|
sudo extrepo enable jellyfin
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get install jellyfin -y &>/dev/null
|
apt-get install jellyfin -y &>/dev/null
|
||||||
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
||||||
|
Loading…
Reference in New Issue
Block a user