diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 747dfb61..ecb0b4ab 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -32,6 +32,7 @@ function Invoke-WindowsInstallation([Context] $context) if (-not $context.Get("SoftwarePrerequisitesInstalled")) { Write-Host "Installing prerequisites for installing software"; + choco install -y winget; Install-Module -AcceptLicense -Force "NuGet"; Import-Module NuGet;