mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update emby-v5-install.sh
install beignet-opencl-icd only on 20.04
This commit is contained in:
		
							parent
							
								
									f2a02a2914
								
							
						
					
					
						commit
						220c436e57
					
				| 
						 | 
					@ -90,8 +90,8 @@ if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then
 | 
				
			||||||
  msg_info "Setting Up Hardware Acceleration"
 | 
					  msg_info "Setting Up Hardware Acceleration"
 | 
				
			||||||
  $STD apt-get -y install \
 | 
					  $STD apt-get -y install \
 | 
				
			||||||
    va-driver-all \
 | 
					    va-driver-all \
 | 
				
			||||||
    ocl-icd-libopencl1 \
 | 
					    ocl-icd-libopencl1
 | 
				
			||||||
    beignet-opencl-icd
 | 
					  if [[ ${PCT_OSVERSION} == "20.04" ]]; then $STD apt-get -y install beignet-opencl-icd; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /bin/chgrp video /dev/dri
 | 
					  /bin/chgrp video /dev/dri
 | 
				
			||||||
  /bin/chmod 755 /dev/dri
 | 
					  /bin/chmod 755 /dev/dri
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue