6 lines
184 B
PowerShell
6 lines
184 B
PowerShell
#!/bin/pwsh
|
|
param($context)
|
|
. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1";
|
|
|
|
Install-AmdSoftwarePackage $context "https://www.amd.com/en/support/chipsets/amd-socket-tr4/x399";
|