5 lines
272 B
PowerShell
5 lines
272 B
PowerShell
|
#!/bin/pwsh
|
||
|
param([Context] $context)
|
||
|
. "$PSScriptRoot/../../../Scripts/AsusSoftwarePackage.ps1";
|
||
|
Install-AsusSoftwarePackage $context "https://dlcdnets.asus.com/pub/ASUS/mb/08WIRELESS/DRV_WiFi_Intel_TP_W11_64_V2219004_20230130R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";
|