From 9804eb90787012583ba20aadea1d7e654f040796 Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Sun, 16 Mar 2025 13:12:27 -0400 Subject: [PATCH] chore: small nits --- install/fileflows-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index 7238869..8eb883b 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -24,7 +24,7 @@ msg_ok "Installed Dependencies" read -r -p "Do you need the intel-media-va-driver-non-free driver for HW encoding (Debian 12 only)? " prompt if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then - msg_info "Installing Hardware Acceleration (non-free)" + msg_info "Installing Intel Hardware Acceleration (non-free)" cat </etc/apt/sources.list.d/non-free.list deb http://deb.debian.org/debian bookworm non-free non-free-firmware @@ -42,7 +42,6 @@ else msg_info "Installing Intel Hardware Acceleration" $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" msg_info "Installing ASP.NET Core Runtime"