Skip to content

Instantly share code, notes, and snippets.

@jonfriesen
Created August 11, 2019 19:53
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 jonfriesen/c41ed90c2fbf1f10af91e0367bfb6e25 to your computer and use it in GitHub Desktop.
Save jonfriesen/c41ed90c2fbf1f10af91e0367bfb6e25 to your computer and use it in GitHub Desktop.
script to auto update vs code
#!/bin/bash
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment