Add driver for thread ripper 2950x
This commit is contained in:
parent
d50b9e97b3
commit
1ba9000da6
2 changed files with 7 additions and 0 deletions
|
@ -14,4 +14,5 @@ function Install-PortValhallaDrivers {
|
|||
. "$mbDriverPath/AMDChipsetX399/Install.ps1" $context;
|
||||
. "$mbDriverPath/IntelBluetooth/Install.ps1" $context;
|
||||
. "$driverPath/AMDChipsetX399/Install.ps1" $context;
|
||||
. "$driverPath/AMDThreadRipper2950X/Install.ps1" $context;
|
||||
}
|
||||
|
|
6
scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1
Normal file
6
scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
#!/bin/pwsh
|
||||
param([Context] $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";
|
Loading…
Reference in a new issue