PortValhalla/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1

8 lines
299 B
PowerShell
Raw Normal View History

2023-07-15 19:23:20 +00:00
#!/bin/pwsh
param([Context] $context)
2023-07-15 19:32:30 +00:00
. "$PSScriptRoot/../../Scripts/Context.ps1";
2023-07-15 19:23:20 +00:00
. "$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";