From 753d7d96fd0c4a681b9a00c24d73c7b59b96ffc6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 19 May 2022 18:33:35 -0400 Subject: [PATCH] Update jellyfin-install.sh --- setup/jellyfin-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/jellyfin-install.sh b/setup/jellyfin-install.sh index 38960670..bf480cff 100644 --- a/setup/jellyfin-install.sh +++ b/setup/jellyfin-install.sh @@ -72,9 +72,9 @@ apt-get -y install \ ocl-icd-libopencl1 \ beignet-opencl-icd &>/dev/null -/bin/chgrp video /dev/dri -/bin/chmod 755 /dev/dri -/bin/chmod 660 /dev/dri/* +#/bin/chgrp video /dev/dri +#/bin/chmod 755 /dev/dri +#/bin/chmod 660 /dev/dri/* msg_ok "Set Up Hardware Acceleration" msg_info "Setting Up Jellyfin Repository"