Skip to content

Instantly share code, notes, and snippets.

@trinitor
Created June 27, 2019 05:25
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 trinitor/165cc077cdc600e05627720e44fcb50c to your computer and use it in GitHub Desktop.
Save trinitor/165cc077cdc600e05627720e44fcb50c to your computer and use it in GitHub Desktop.
PostInstall script for Azure VM
# Install Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Install Software
choco install visualstudiocode -y
choco install git -y
choco install nodejs-lts -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment