Replace incorrect software
This commit is contained in:
parent
32a8ec94b1
commit
82c05c2121
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue