Last active
December 30, 2016 22:42
-
-
Save iLeonelPerea/a1421756c21ade33369131dc2346b76e to your computer and use it in GitHub Desktop.
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
*First run cmd as admin | |
- Install chocolately | |
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
- Install package from chocolatey | |
choco install openssh | |
-Reload environment | |
run | |
refreshenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment