mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 08:33:17 +01:00
Update unmanic-install.sh
tweak
This commit is contained in:
parent
801ce7b7d7
commit
a690992d63
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user