Skip to content

[DEPRECATED] A set of installer scripts for Visual Studio Code

License

Notifications You must be signed in to change notification settings

fusion809/vscode-installer

Repository files navigation

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.

About

[DEPRECATED] A set of installer scripts for Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages