mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update jellyfin_setup.sh
This commit is contained in:
parent
968d36d785
commit
94fe29b478
@ -38,13 +38,16 @@ apt-get -qqy install \
|
||||
curl \
|
||||
sudo \
|
||||
gnupg2 \
|
||||
va-driver-all \
|
||||
ocl-icd-libopencl1 \
|
||||
beignet-opencl-icd \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
git &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Setting Up Hardware Acceleration... \e[0m"
|
||||
apt-get -y install \
|
||||
va-driver-all \
|
||||
ocl-icd-libopencl1 \
|
||||
beignet-opencl-icd &>/dev/null
|
||||
|
||||
/bin/chgrp video /dev/dri
|
||||
/bin/chmod 755 /dev/dri
|
||||
/bin/chmod 660 /dev/dri/*
|
||||
|
Loading…
Reference in New Issue
Block a user