Add missing argument to amd installation script
This commit is contained in:
parent
0d69995cdd
commit
e57b8293c2
2 changed files with 4 additions and 2 deletions
scripts/Windows/Drivers/AMDChipsetX399
|
@ -3,4 +3,4 @@
|
|||
param([Context] $context)
|
||||
. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1";
|
||||
|
||||
Install-AmdSoftwarePackage "https://www.amd.com/en/support/chipsets/amd-socket-tr4/x399";
|
||||
Install-AmdSoftwarePackage $context "https://www.amd.com/en/support/chipsets/amd-socket-tr4/x399";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue