From 9feba442772b5c2db420c47cce5def2e3c401f13 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 24 Mar 2025 23:20:16 +0100 Subject: [PATCH] revert --- install/fileflows-install.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index 12689d3..87d21ec 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -36,19 +36,10 @@ deb http://deb.debian.org/debian bookworm-updates non-free non-free-firmware deb-src http://deb.debian.org/debian bookworm-updates non-free non-free-firmware EOF $STD apt-get update - $STD apt-get install -y \ - intel-media-va-driver-non-free \ - ocl-icd-libopencl1 \ - intel-opencl-icd \ - vainfo,intel-gpu-tools + $STD apt-get -y install {intel-media-va-driver-non-free,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools} else msg_info "Installing Intel Hardware Acceleration" - $STD apt-get install -y \ - va-driver-all \ - ocl-icd-libopencl1 \ - intel-opencl-icd \ - vainfo \ - intel-gpu-tools + $STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools} fi msg_ok "Installed and Set Up Intel Hardware Acceleration"