mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 16:25:52 +00:00
Update hw-acceleration.sh
This commit is contained in:
@@ -8,6 +8,8 @@ set -euo pipefail
|
|||||||
|
|
||||||
TEMP_DIR=$(mktemp -d)
|
TEMP_DIR=$(mktemp -d)
|
||||||
trap 'rm -rf $TEMP_DIR' EXIT
|
trap 'rm -rf $TEMP_DIR' EXIT
|
||||||
|
declare -a SELECTED_FEATURES
|
||||||
|
declare -a updated_cts
|
||||||
|
|
||||||
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-intel.func)
|
||||||
source <(wget -qO- https://github.com/community-scripts/ProxmoxVED/raw/main/scripts/tools/gpu-nvidia.func)
|
source <(wget -qO- https://github.com/community-scripts/ProxmoxVED/raw/main/scripts/tools/gpu-nvidia.func)
|
||||||
|
|||||||
Reference in New Issue
Block a user