5 lines
197 B
PowerShell
5 lines
197 B
PowerShell
|
|
#!/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";
|