From 87e5204abe403e009022832bc634725fc5235245 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:54:39 +0200 Subject: [PATCH] Update hw-acceleration.sh --- scripts/tools/hw-acceleration.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/tools/hw-acceleration.sh b/scripts/tools/hw-acceleration.sh index de26044..886c514 100644 --- a/scripts/tools/hw-acceleration.sh +++ b/scripts/tools/hw-acceleration.sh @@ -125,10 +125,10 @@ function main() { minor=$(nvidia_select_gpu_minor) nvidia_lxc_passthrough "$ctid" "$minor" && updated=1 ;; - # amd) - # msg info "Applying AMD passthrough to CT $ctid..." - # passthrough_amd_to_lxc "$ctid" && install_amd_tools_in_ct "$ctid" && updated=1 - # ;; + amd) + msg info "Applying AMD passthrough to CT $ctid..." + passthrough_amd_to_lxc "$ctid" && install_amd_tools_in_ct "$ctid" && updated=1 + ;; esac done