Skip to content

Instantly share code, notes, and snippets.

@cprima
Last active December 25, 2016 08:51
Show Gist options
  • Select an option

  • Save cprima/89c4aa76df9f8d8aa4616ca63580eb1f to your computer and use it in GitHub Desktop.

Select an option

Save cprima/89c4aa76df9f8d8aa4616ca63580eb1f to your computer and use it in GitHub Desktop.
Install Visual Studio Code on Ubuntu (Debian?) with Saltstack
install Visual Studio Code:
cmd.run:
- name: dpkg -i /tmp/code.deb
- unless: dpkg -s code
- require:
- file: /tmp/code.deb
#curl -I https://go.microsoft.com/fwlink/?LinkID=760868
#Location: https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable
/tmp/code.deb:
file.managed:
- skip_verify: true
- source: https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment