Add marvell ethernet driver

This commit is contained in:
Manuel Thalmann 2023-07-15 11:35:07 +02:00
parent 6eefc472fb
commit 23ece1b9db
2 changed files with 16 additions and 0 deletions
scripts/Windows/Drivers/MarvellEthernet

View file

@ -0,0 +1,6 @@
#!/bin/pwsh
. "$PSScriptRoot/../../Scripts/AsusSoftwarePackage.ps1";
param([Context] $context)
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";