diff --git a/scripts/Windows/Drivers/MarvellEthernet/Install.ps1 b/scripts/Windows/Drivers/MarvellEthernet/Install.ps1 index b8210206..fe34b27b 100644 --- a/scripts/Windows/Drivers/MarvellEthernet/Install.ps1 +++ b/scripts/Windows/Drivers/MarvellEthernet/Install.ps1 @@ -1,6 +1,4 @@ #!/bin/pwsh -. "$PSScriptRoot/../../Scripts/AsusSoftwarePackage.ps1"; - param([Context] $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";