mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 09:55:53 +00:00
Update hw-acceleration.sh
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user