Skip to content

Instantly share code, notes, and snippets.

@rybons
Created May 13, 2019 08:31
Show Gist options
  • Save rybons/b4dd4260e83627caa61d1cbda451b065 to your computer and use it in GitHub Desktop.
Save rybons/b4dd4260e83627caa61d1cbda451b065 to your computer and use it in GitHub Desktop.
install chocolatey through powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
C:/ProgramData/chocolatey/choco install git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment