Update hw-acceleration.sh

This commit is contained in:
CanbiZ 2025-03-31 15:12:59 +02:00
parent 0eb4438cad
commit 639cc9dc13

View File

@ -10,6 +10,8 @@ TEMP_DIR=$(mktemp -d)
trap 'rm -rf $TEMP_DIR' EXIT
declare -a SELECTED_FEATURES
declare -a updated_cts
read -rp "Enter container ID(s) separated by space: " SELECTED_CTIDS
declare SELECTED_CTIDS=""
source <(wget -qO- https://github.com/community-scripts/ProxmoxVED/raw/main/scripts/tools/gpu-intel.func)
source <(wget -qO- https://github.com/community-scripts/ProxmoxVED/raw/main/scripts/tools/gpu-nvidia.func)