Figure 1: LightTable 0.8.1 running on Linux Mint, which was installed using this very installer.
This repository contains a series of installer scripts for [LightTable IDE](http://www.lighttable.com) on Linux.It supports a wide variety of different Linux distributions, including:
- Arch Linux
- CentOS
- Debian
- Fedora
- Mageia
- Manjaro Linux
- openSUSE
- Sabayon Linux
- Ubuntu (and its major derivatives, including Linux Mint)
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.
It has a quick-install.sh
script that can be launched via running (assuming cURL is installed):
/bin/bash -c "$(curl -sL https://git.io/vr3pT)"
or (assuming wget is installed):
/bin/bash -c "$(wget -cqO- https://git.io/vr3pT)"
For details on how to contribute to this project please see the CONTRIBUTING.md file.
The contents of this repository are licensed under the GNU GPLv3 license, found in LICENSE.