PortValhalla/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/AMDChipsetX399/Main.ps1

7 lines
288 B
PowerShell
Raw Permalink Normal View History

2024-11-01 12:12:16 +00:00
. "$PSScriptRoot/../../../../lib/Software.ps1";
2024-08-07 14:17:49 +00:00
Start-SoftwareInstaller -Force @args `
2024-08-07 14:17:49 +00:00
-Installer {
Install-AsusPackage "https://dlcdnets.asus.com/pub/ASUS/mb/03CHIPSET/DRV_Chipset_AMD_TRX40_TP_TSD_W10_64_V30901140_20211006R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";
};