Skip to content

Instantly share code, notes, and snippets.

@linuxsimba
Forked from mcasperson/chocolatey.ps1
Last active December 1, 2022 03:38
Show Gist options
  • Save linuxsimba/19901c6cdb2d37783b3f8c324492fd7d to your computer and use it in GitHub Desktop.
Save linuxsimba/19901c6cdb2d37783b3f8c324492fd7d to your computer and use it in GitHub Desktop.
Chocolatey install
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