From 85b0592f99b52305d37f08a1de16377fe4930a50 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 Oct 2023 19:42:12 -0400 Subject: [PATCH] Update unmanic-install.sh tweak --- install/unmanic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/unmanic-install.sh b/install/unmanic-install.sh index 3e86fc89..53df335e 100644 --- a/install/unmanic-install.sh +++ b/install/unmanic-install.sh @@ -27,7 +27,7 @@ if [[ "$CTTYPE" == "0" ]]; then va-driver-all \ ocl-icd-libopencl1 \ intel-opencl-icd - mkdir /dev/dri >/dev/null 2>&1 + chgrp video /dev/dri chmod 755 /dev/dri chmod 660 /dev/dri/*