5 lines
259 B
PowerShell
5 lines
259 B
PowerShell
#!/bin/pwsh
|
|
param($context)
|
|
. "$PSScriptRoot/../../../Scripts/AsusSoftwarePackage.ps1";
|
|
Install-AsusSoftwarePackage $context "https://dlcdnets.asus.com/pub/ASUS/mb/04LAN/DRV_LAN_Marvell_TP_TSD_W11_64_V3130_20211118R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";
|