Skip to content

Instantly share code, notes, and snippets.

@MrYakobo
Created February 23, 2018 13:11
Show Gist options
  • Save MrYakobo/ab2a464f1afc870d339df4a9cb4a4966 to your computer and use it in GitHub Desktop.
Save MrYakobo/ab2a464f1afc870d339df4a9cb4a4966 to your computer and use it in GitHub Desktop.
If your distro doesn't pack VSCode and you want to update it.
#!/bin/bash
curl -L https://vscode-update.azurewebsites.net/latest/linux-x64/stable | tar xz -C ~/Downloads/vscode/
# symlink ~/bin/code to ~/Downloads/vscode
ln -s ~/Downloads/vscode ~/bin/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment