Added Hardware Acceleration to jellyfin_setup.sh

This commit is contained in:
Steven Seifried 2022-02-06 22:56:34 +01:00
parent d1fb64ffc9
commit 33fc73868e
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -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