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

7 lines
288 B
PowerShell

. "$PSScriptRoot/../../../../Common/Scripts/Software.ps1";
Start-SoftwareInstaller -Force @args `
-Installer {
Install-AsusPackage "https://dlcdnets.asus.com/pub/ASUS/mb/08WIRELESS/DRV_WiFi_Intel_TP_W11_64_V2219004_20230130R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";
};