Reorder statements properly
This commit is contained in:
parent
23ece1b9db
commit
dca1e2a4e7
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue