Created
December 22, 2016 22:17
-
-
Save sidorelauku/0a356acc4f65db2b9913d010fa09f796 to your computer and use it in GitHub Desktop.
Install Visual Studio Code on openSUSE
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
curl -sSL -o code.tar.gz https://go.microsoft.com/fwlink/?LinkID=620884 | |
sudo mkdir -p /opt/code && sudo tar zxf code.tar.gz -C /opt/code --strip-components=1 | |
sudo ln -sf /opt/code/code /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment