Skip to content

Instantly share code, notes, and snippets.

@seanmcdonnellblog
Created July 11, 2019 20:17
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 seanmcdonnellblog/656bff808f01e7a3edc9135298dbffeb to your computer and use it in GitHub Desktop.
Save seanmcdonnellblog/656bff808f01e7a3edc9135298dbffeb to your computer and use it in GitHub Desktop.
Install Pulumi on Windows 10
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString('https://get.pulumi.com/install.ps1'))" && SET "PATH=%PATH%;%USERPROFILE%\.pulumi\bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment