Replace incorrect software

This commit is contained in:
Manuel Thalmann 2023-07-17 21:57:01 +02:00
parent 32a8ec94b1
commit 82c05c2121

View file

@ -32,7 +32,7 @@ function Invoke-WindowsInstallation([Context] $context)
choco install -y selenium-gecko-driver;
Install-Package -Force Selenium.WebDriver -SkipDependencies;
winget install --accept-source-agreements --accept-package-agreements -e --id AutoIt.AutoIt;
winget install --accept-source-agreements --accept-package-agreements -e --id AutoHotkey.AutoHotkey;
$context.Set("SoftwarePrerequisitesInstalled", 1, "DWord");
}