From 220c436e575db63bcab396abfd66c40323374970 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 18 Jan 2023 13:08:22 -0500 Subject: [PATCH] Update emby-v5-install.sh install beignet-opencl-icd only on 20.04 --- install/emby-v5-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/emby-v5-install.sh b/install/emby-v5-install.sh index 8caf588b..8982246c 100644 --- a/install/emby-v5-install.sh +++ b/install/emby-v5-install.sh @@ -90,8 +90,8 @@ if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then msg_info "Setting Up Hardware Acceleration" $STD apt-get -y install \ va-driver-all \ - ocl-icd-libopencl1 \ - beignet-opencl-icd + ocl-icd-libopencl1 + if [[ ${PCT_OSVERSION} == "20.04" ]]; then $STD apt-get -y install beignet-opencl-icd; fi /bin/chgrp video /dev/dri /bin/chmod 755 /dev/dri