Add script for installing amd chipset driver
This commit is contained in:
parent
f6bc1a624b
commit
cfd7c17fc7
3 changed files with 31 additions and 0 deletions
scripts/Windows/Drivers/AMDChipsetX399
5
scripts/Windows/Drivers/AMDChipsetX399/Install.ps1
Normal file
5
scripts/Windows/Drivers/AMDChipsetX399/Install.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
#!/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";
|
Loading…
Add table
Add a link
Reference in a new issue