Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.83 KB

Visual Studio Code Installer

Visual Studio Code 1.1.0 running on Arch Linux Figure 1: Visual Studio Code 1.1.0 running on Arch Linux

This repository contains shell scripts that are to be used installing Visual Studio Code on a variety of different Linux distributions, including:

The way it detects the operating system it is being run on is by reading the /etc/os-release file. So, if you find that running cat /etc/os-release | grep -w "NAME" | sed 's/NAME=//g' | sed 's/"//g' returns the distribution names given above, your distribution should be supported by this installer.

Use

To use the quick-install.sh script run:

/bin/bash -c "$(curl -sL https://git.io/vrLNn)"

while to use wget to get it run:

/bin/bash -c "$(wget -cqO- https://git.io/vrLNn)"

Version

This installer is meant to install the latest version of VSCode.

Contributing

For details on how to contribute to this project please see the CONTRIBUTING.md file.

License

The contents of this repository are licensed under the GNU GPLv3 license, which is found in LICENSE.