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

7 lines
278 B
PowerShell

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