2023-07-15 09:53:45 +00:00
|
|
|
#!/bin/pwsh
|
2023-07-15 19:34:25 +00:00
|
|
|
param($context)
|
2023-07-15 09:53:45 +00:00
|
|
|
. "$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";
|