From c3743269401e7798ef6b9c817bdf1175192ba945 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:28:17 +0100 Subject: [PATCH] Update gpu-intel.func --- scripts/tools/gpu-intel.func | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/tools/gpu-intel.func b/scripts/tools/gpu-intel.func index 233ecb4..6e86a26 100644 --- a/scripts/tools/gpu-intel.func +++ b/scripts/tools/gpu-intel.func @@ -64,13 +64,11 @@ function install_intel_tools_in_ct() { read -rp "Install non-free intel-media-va-driver (Debian only)? [y/N]: " confirm if [[ "${confirm,,}" =~ ^(y|yes)$ ]]; then msg info "Enabling non-free sources in $ctid..." - pct exec "$ctid" -- bash -c " -cat </etc/apt/sources.list.d/non-free.list + pct exec "$ctid" -- tee /etc/apt/sources.list.d/non-free.list >/dev/null <