install chocolatey from the new community install url
This commit is contained in:
parent
77385545e5
commit
6e567101b0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue