From 07a3a8aa79d532b3b48055b148ac000bf22124d5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 17 Apr 2024 00:00:49 -0400 Subject: [PATCH] Update hw-acceleration.sh tweak --- misc/hw-acceleration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/hw-acceleration.sh b/misc/hw-acceleration.sh index 7b61a0a1..19a0b140 100644 --- a/misc/hw-acceleration.sh +++ b/misc/hw-acceleration.sh @@ -85,7 +85,7 @@ lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file EOF -read -r -p "Do you need the intel-media-va-driver-non-free driver (Non-free Sources Added)? " prompt +read -r -p "Do you need the intel-media-va-driver-non-free driver (Debian 12 only)? " prompt if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then header_info msg_info "Installing Hardware Acceleration (non-free)"