Tried to update yml file with new chocolatey install

This commit is contained in:
Manuel Cortez 2021-12-23 14:40:03 -06:00
parent ae1674cb09
commit b76733f9b9
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -11,6 +11,6 @@ steps:
commands:
- 'type C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log'
- name: install choco
- name: install chocolatey
commands:
- 'powershell choco-install.ps1'
- 'Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString("https://community.chocolatey.org/install.ps1"))'