Figure 1: Brackets 1.6 running on Arch Linux.
- Arch Linux
- CentOS
- Debian
- Fedora
- Mageia
- Manjaro Linux
- openSUSE
- Sabayon Linux
- Ubuntu (and its major derivatives, such as 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.
To use the quick-install.sh script run:
/bin/bash -c "$(curl -sL https://git.io/vrYlf)"while to use wget to get it run:
/bin/bash -c "$(wget -cqO- https://git.io/vrYlf)"Instructions on contributing to this repository can be found in the CONTRIBUTING.md file.
This installer is licensed under GNU GPLv3 (although Brackets itself is licensed under the MIT License), for a copy of its license see LICENSE.