From 850272ffe0fd3558ca58c25d6df13757437f44e0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 24 May 2022 10:43:25 -0400 Subject: [PATCH] Update jellyfin-install.sh --- setup/jellyfin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/jellyfin-install.sh b/setup/jellyfin-install.sh index 9a003ab4..38960670 100644 --- a/setup/jellyfin-install.sh +++ b/setup/jellyfin-install.sh @@ -72,7 +72,7 @@ apt-get -y install \ 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 660 /dev/dri/* msg_ok "Set Up Hardware Acceleration"