Update jellyfin_setup.sh

This commit is contained in:
tteckster 2022-01-27 09:16:31 -05:00 committed by GitHub
parent 968d36d785
commit 94fe29b478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -38,13 +38,16 @@ apt-get -qqy install \
curl \ curl \
sudo \ sudo \
gnupg2 \ gnupg2 \
va-driver-all \
ocl-icd-libopencl1 \
beignet-opencl-icd \
apt-transport-https \ apt-transport-https \
ca-certificates \ ca-certificates \
git &>/dev/null git &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Setting Up Hardware Acceleration... \e[0m"
apt-get -y install \
va-driver-all \
ocl-icd-libopencl1 \
beignet-opencl-icd &>/dev/null
/bin/chgrp video /dev/dri /bin/chgrp video /dev/dri
/bin/chmod 755 /dev/dri /bin/chmod 755 /dev/dri
/bin/chmod 660 /dev/dri/* /bin/chmod 660 /dev/dri/*