install chocolatey from the new community install url

This commit is contained in:
Rui Lopes 2022-03-04 19:29:33 +00:00
parent 77385545e5
commit 6e567101b0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ param(
)
# install chocolatey.
iex ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Write-Host 'Default Chocolatey sources:'
choco sources list