#!/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";