From dca1e2a4e7699441f0a26fa9fa52151823ff6cb1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 15 Jul 2023 11:36:41 +0200 Subject: [PATCH] Reorder statements properly --- scripts/Windows/Drivers/MarvellEthernet/Install.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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";