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

12 lines
341 B
PowerShell
Raw Normal View History

2024-08-07 14:17:49 +00:00
param(
$Action,
[hashtable] $Arguments
)
2024-08-07 19:05:32 +00:00
. "$PSScriptRoot/../../../../Common/Scripts/Software.ps1";
2024-08-07 14:17:49 +00:00
Start-SoftwareInstaller @PSBoundParameters `
-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";
};