Skip to content

Instantly share code, notes, and snippets.

@paulmallon
Last active February 19, 2019 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulmallon/9f3f2e7eb8c2efa4315c711bef843ec0 to your computer and use it in GitHub Desktop.
Save paulmallon/9f3f2e7eb8c2efa4315c711bef843ec0 to your computer and use it in GitHub Desktop.
Install chocolatey via powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment