From 74616c7b73b571c24ba5c6710da1132e607dddfd Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:49:11 +0200 Subject: [PATCH] chore --- misc/tools.func | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index b5c17237..c7699dd4 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1819,11 +1819,8 @@ function setup_hwaccel () { msg_info "Setting Up Hardware Acceleration" if ! command -v lspci &>/dev/null; then - msg_info "Installing pciutils (provides lspci)" - $STD apt -y update && $STD apt -y install pciutils || { - msg_error "Failed to install pciutils — cannot detect GPU" - return 1 - } + $STD apt -y update + $STD apt -y install pciutils fi # Detect GPU vendor (Intel, AMD, NVIDIA)