Update unmanic-install.sh

tweak
This commit is contained in:
tteckster 2023-10-29 19:09:28 -04:00 committed by GitHub
parent 801ce7b7d7
commit a690992d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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