summaryrefslogtreecommitdiffstats
path: root/util/linux_install.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-12-26Read user input properly in linux_install.sh for Gentoo (#4395)Konstantin Đorđević1-10/+8
* Change spaces to tabs on two lines The rest of the file uses tabs * Read user input in a non-terrible, non-hacky way * Remove unnecessary tee call * read -p is not POSIX * Add missing $ to echo GENTOO_WARNING * Replace non-POSIX echo -n with printf * Use cd ... || exit 1 in case git clone fails * Add missing sudo Thanks @snortwolf * Undo replacing tee with >>
2018-11-24fix diffutils arch package name (#4470)André Silva1-2/+2
2018-11-12Add missing arm gcc compiler for openSUSE 15.0 and Tumbleweed.Daniel Shields1-0/+3
2018-11-12Add support for slackware distribution (linux_install.sh) (#4369)Paco1-0/+22
* Add support for slackware distribution (linux_install.sh) The required packages are not provided by the official repository. The packages need to be installed from slackbuilds.org either manually or with the help of third party tools like sbotools. * Modify linux_install.sh according to code review Modifies the Slackware section of the linux_install.sh script based on the suggestions from the code review. * Modify utils/linux_install.sh according to suggestions
2018-11-03Add distro support for sabayon (#4320)BK1-2/+15
* Add distro support for sabayon Sabayon is a gentoo based distro with a different package manager. Does not need any use flags or masking for the required packages. * Add missing backslash * Put echo string in quotes, remove extra newline * Order gentoo/sabayon packages alphabetically.
2018-10-29Make linux_install.sh work with openSUSE Leap 15.0 (#4218)Daniel Shields1-1/+5
2018-10-29fixed broken linebreak in fedora part, and indentation in arch-partR4WBIT1-2/+2
2018-10-22Add opensuse packages provided by @isolatedvirusskullY1-0/+14
2018-10-22Fold install_dependencies.sh into linux_install.sh and freebsd_install.shskullY1-28/+88
2018-10-03Enable support for Linux Mint 18 with linux_install.sh (#4042)Chris Johnston1-2/+2
Enable support for ubuntu-derived linux-es in installer Checks /etc/os-release for mention of ubuntu and debian. Linux Mint uses ID_LIKE=ubuntu, not ID_LIKE=debian (as seen in Ubuntu 16.04, unsure about others)
2018-09-26Pin avr-gcc in shell.nix pending release of 8.3.0 (#3922)Jack Henahan1-1/+3
* Pin avr-gcc in shell.nix pending release of 8.3.0 There's apparently a critical bug in 8.2.0, which is now the nixpkgs default. This change overrides that default in favor of the known good version. Once 8.3.0 is the default, the override can be dropped. * Arch/Manjaro fix
2018-09-11Fix installation for linux finding ID:fedora in os_releaseMiguel Garcia Rodriguez1-1/+1
2018-09-11Add manjaro asn arch-based distroThomas Vandaele1-1/+1
2018-07-15Added gentoo to installer (#3272)zjpxshade1-3/+17
* Added gentoo installer * Remove comments * Remove comments * Updating the layout * Revert "Remove comments" This reverts commit e348afa41a470d4b8f1865d92b85acd32ab14074. * Revert "Updating the layout" This reverts commit 181822d195f722f4981825ded7dd85fa268c3c56. * Undo erroneous revert
2018-05-02Added archlinux support to linux_install.shFlorens Pauwels1-0/+9
2018-03-06Add a newbie guide for people completely new to QMK (#2480)skullydazed1-0/+17