PortValhalla/scripts/Windows/Drivers/AMDChipsetX399/Main.ps1

6 lines
216 B
PowerShell

. "$PSScriptRoot/../../../lib/Software.ps1";
Start-SoftwareInstaller -Force @args `
-Installer {
Install-AmdPackage "https://www.amd.com/en/support/downloads/drivers.html/chipsets/tr4/x399.html";
};