Created
November 11, 2017 09:45
-
-
Save jniemann66/8cdb6f0cb710aeae9a7cfe8c18310867 to your computer and use it in GitHub Desktop.
update vscode on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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