testsAndMisc/linux_configuration/fresh-install/detect_gpu_and_install.sh
2026-02-06 21:43:26 +01:00

6 lines
232 B
Bash
Executable File

#!/usr/bin/env bash
# Backwards compatibility wrapper; prefer using detect_gpu.sh directly.
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck source=./detect_gpu.sh disable=SC1091
. "$SCRIPT_DIR/detect_gpu.sh"