Last active
March 30, 2020 16:17
-
-
Save remlapmot/1a751dd35c34cac0127574c4714a9ab6 to your computer and use it in GitHub Desktop.
Powershell script to install chocolatey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy Bypass -Scope Process -Force; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) |
Author
remlapmot
commented
Mar 30, 2020
- Slight modification of the official command given here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment