Add marvell ethernet driver
This commit is contained in:
parent
6eefc472fb
commit
23ece1b9db
2 changed files with 16 additions and 0 deletions
scripts/Windows/Drivers/MarvellEthernet
6
scripts/Windows/Drivers/MarvellEthernet/Install.ps1
Normal file
6
scripts/Windows/Drivers/MarvellEthernet/Install.ps1
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue