diff --git a/scripts/Windows/Scripts/AmdSoftwarePackage.ps1 b/scripts/Windows/Scripts/AmdSoftwarePackage.ps1 index 7004277f..9eb8af20 100644 --- a/scripts/Windows/Scripts/AmdSoftwarePackage.ps1 +++ b/scripts/Windows/Scripts/AmdSoftwarePackage.ps1 @@ -9,7 +9,7 @@ function Install-AmdSoftwarePackage() { ) $tempDir = $context.GetTempDirectory(); - $selector = 'summary:first div.driver:first a:contains("Download")'; + $selector = '.os-group:first-of-type .driver:first-of-type a:first-of-type'; $file = Start-AutomatedDownload $context $url $selector $tempDir; Start-Process -Wait -FilePath $file -ArgumentList "/S";