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"