Fix non-functioning code
This commit is contained in:
parent
61c066c480
commit
5f81457d60
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
||||||
if (-not $context.Get("SoftwarePrerequisitesInstalled")) {
|
if (-not $context.Get("SoftwarePrerequisitesInstalled")) {
|
||||||
Write-Host "Installing prerequisites for installing software";
|
Write-Host "Installing prerequisites for installing software";
|
||||||
|
|
||||||
Install-Module -AcceptLicense -Force "$module";
|
Install-Module -AcceptLicense -Force "NuGet";
|
||||||
Import-Module NuGet;
|
Import-Module NuGet;
|
||||||
|
|
||||||
choco install -y selenium-gecko-driver;
|
choco install -y selenium-gecko-driver;
|
||||||
|
|
Loading…
Reference in a new issue