Created
February 23, 2018 13:11
-
-
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.
This file contains 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
#!/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