From 94fe29b478943abeb6300a87daebc14b5b77f5b1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 27 Jan 2022 09:16:31 -0500 Subject: [PATCH] Update jellyfin_setup.sh --- setup/jellyfin_setup.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setup/jellyfin_setup.sh b/setup/jellyfin_setup.sh index 3c480e4d..d9d9febe 100644 --- a/setup/jellyfin_setup.sh +++ b/setup/jellyfin_setup.sh @@ -38,13 +38,16 @@ apt-get -qqy install \ curl \ sudo \ gnupg2 \ - va-driver-all \ - ocl-icd-libopencl1 \ - beignet-opencl-icd \ apt-transport-https \ ca-certificates \ 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/chmod 755 /dev/dri /bin/chmod 660 /dev/dri/*