2023-07-15 10:18:13 +00:00
|
|
|
|
|
|
|
#!/bin/pwsh
|
|
|
|
param([Context] $context)
|
2023-07-15 18:22:51 +00:00
|
|
|
. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1";
|
|
|
|
|
2023-07-15 18:23:40 +00:00
|
|
|
Install-AmdSoftwarePackage $context "https://www.amd.com/en/support/chipsets/amd-socket-tr4/x399";
|