mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 13:12:22 +00:00
Added Hardware Acceleration to jellyfin_setup.sh
This commit is contained in:
parent
d1fb64ffc9
commit
33fc73868e
|
@ -40,7 +40,16 @@ apt-get -qqy install \
|
|||
apt-transport-https \
|
||||
at \
|
||||
libfl2 \
|
||||
gnupg &>/dev/null
|
||||
gnupg \
|
||||
va-driver-all \
|
||||
ocl-icd-libopencl1 \
|
||||
beignet-opencl-icd &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Configure Hardware Acceleration... \e[0m"
|
||||
|
||||
/bin/chgrp video /dev/dri
|
||||
/bin/chmod 755 /dev/dri
|
||||
/bin/chmod 660 /dev/dri/*
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Downloading Jellyfin Server... \e[0m"
|
||||
wget https://repo.jellyfin.org/releases/server/debian/versions/stable/server/10.7.7/jellyfin-server_10.7.7-1_amd64.deb &>/dev/null
|
||||
|
|
Loading…
Reference in a new issue