Remove non-existent driver

This commit is contained in:
Manuel Thalmann 2023-07-16 01:34:00 +02:00
parent 6ef601fa1e
commit a4e92dc1ad
2 changed files with 0 additions and 7 deletions

View file

@ -14,7 +14,6 @@ function Install-PortValhallaDrivers {
. "$mbDriverPath/AMDChipsetX399/Install.ps1" $context;
. "$mbDriverPath/IntelBluetooth/Install.ps1" $context;
. "$driverPath/AMDChipsetX399/Install.ps1" $context;
. "$driverPath/AMDThreadRipper2950X/Install.ps1" $context;
. "$driverPath/TobiiEyeX/Install.ps1" $context;
choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink;

View file

@ -1,6 +0,0 @@
#!/bin/pwsh
param($context)
. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1";
Install-AmdSoftwarePackage $context "https://www.amd.com/en/support/cpu/amd-ryzen-processors/amd-ryzen-threadripper-processors/amd-ryzen-threadripper-2950x";