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

7 lines
288 B
PowerShell
Raw Normal View History

2024-08-07 19:05:32 +00:00
. "$PSScriptRoot/../../../../Common/Scripts/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/08WIRELESS/DRV_WiFi_Intel_TP_W11_64_V2219004_20230130R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";
};