Parcourir la source

Update jellyfin-install.sh

tteckster il y a 3 ans
Parent
commit
850272ffe0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      setup/jellyfin-install.sh

+ 1 - 1
setup/jellyfin-install.sh

@@ -72,7 +72,7 @@ apt-get -y install \
     ocl-icd-libopencl1 \
     beignet-opencl-icd &>/dev/null
     
-#/bin/chgrp video /dev/dri
+/bin/chgrp video /dev/dri
 /bin/chmod 755 /dev/dri
 /bin/chmod 660 /dev/dri/*
 msg_ok "Set Up Hardware Acceleration"