From a690992d631dbbd7a40b4c8627901688a2dbcf60 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 Oct 2023 19:09:28 -0400 Subject: [PATCH] Update unmanic-install.sh tweak --- install/unmanic-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/unmanic-install.sh b/install/unmanic-install.sh index 72b898a1..3e86fc89 100644 --- a/install/unmanic-install.sh +++ b/install/unmanic-install.sh @@ -27,10 +27,10 @@ if [[ "$CTTYPE" == "0" ]]; then va-driver-all \ ocl-icd-libopencl1 \ intel-opencl-icd - - /bin/chgrp video /dev/dri - /bin/chmod 755 /dev/dri - /bin/chmod 660 /dev/dri/* + mkdir /dev/dri >/dev/null 2>&1 + chgrp video /dev/dri + chmod 755 /dev/dri + chmod 660 /dev/dri/* msg_ok "Set Up Hardware Acceleration" fi