Remove non-existent driver
This commit is contained in:
parent
927408ca62
commit
c087724fe4
2 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
Loading…
Reference in a new issue