diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index d3f429c7..dd620da3 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -14,7 +14,7 @@ function Invoke-WindowsInstallation([Context] $context) if (-not $context.Get("SoftwarePrerequisitesInstalled")) { Write-Host "Installing prerequisites for installing software"; - Install-Module -AcceptLicense -Force "$module"; + Install-Module -AcceptLicense -Force "NuGet"; Import-Module NuGet; choco install -y selenium-gecko-driver;