Skip to content

Instantly share code, notes, and snippets.

@spacecat
Created February 28, 2018 11:36
Show Gist options
  • Save spacecat/14b49928e8170055cbf95326955b1288 to your computer and use it in GitHub Desktop.
Save spacecat/14b49928e8170055cbf95326955b1288 to your computer and use it in GitHub Desktop.
Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install googlechrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment