Update hw-acceleration.sh
This commit is contained in:
parent
96602f913a
commit
e50ac22c00
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user