Skip to content

Instantly share code, notes, and snippets.

@edegula
Created November 21, 2018 23:31
Show Gist options
  • Save edegula/993da09eeaaf0f5e1f734841527c44b9 to your computer and use it in GitHub Desktop.
Save edegula/993da09eeaaf0f5e1f734841527c44b9 to your computer and use it in GitHub Desktop.
Installing choco
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment