Skip to content

Instantly share code, notes, and snippets.

@jniemann66
Created November 11, 2017 09:45
Show Gist options
  • Save jniemann66/8cdb6f0cb710aeae9a7cfe8c18310867 to your computer and use it in GitHub Desktop.
Save jniemann66/8cdb6f0cb710aeae9a7cfe8c18310867 to your computer and use it in GitHub Desktop.
update vscode on ubuntu
#!/usr/bin/env bash
#https://askubuntu.com/questions/833448/how-to-update-vs-code-on-ubuntu
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