Refactor amd driver installation script
This commit is contained in:
parent
1d2bafeb69
commit
0d69995cdd
2 changed files with 18 additions and 2 deletions
scripts/Windows/Drivers/AMDChipsetX399
|
@ -1,5 +1,6 @@
|
|||
|
||||
#!/bin/pwsh
|
||||
param([Context] $context)
|
||||
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
||||
Install-SoftwarePackage $context "https://drivers.amd.com/drivers/amd_chipset_software_5.05.16.529.exe";
|
||||
. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1";
|
||||
|
||||
Install-AmdSoftwarePackage "https://www.amd.com/en/support/chipsets/amd-socket-tr4/x399";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue