Skip to content

Instantly share code, notes, and snippets.

@d-kahara
Created March 17, 2020 04:47
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 d-kahara/6bdb867ed1e95b6ada4917be45be014d to your computer and use it in GitHub Desktop.
Save d-kahara/6bdb867ed1e95b6ada4917be45be014d to your computer and use it in GitHub Desktop.
#!/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