Skip to content

Instantly share code, notes, and snippets.

@iLeonelPerea
Last active December 30, 2016 22:42
Show Gist options
  • Save iLeonelPerea/a1421756c21ade33369131dc2346b76e to your computer and use it in GitHub Desktop.
Save iLeonelPerea/a1421756c21ade33369131dc2346b76e to your computer and use it in GitHub Desktop.
Install Chocolatey
*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