summaryrefslogtreecommitdiff
path: root/util/linux_install.sh
Commit message (Collapse)AuthorAge
* Add python-pip as package dependency for archlinux (#7041)Yang Li2019-10-18
|
* Add support for Void Linux systems to the qmk_install.sh script (#5526)Sorixelle2019-09-20
| | | | | | | | | | | | * Add support for Void Linux systems to the qmk_install.sh script * Fix typos + grammatical edits in comments * Sort distributions by alphabetical order in linux_install.sh * Revert previous commit and sort Void packages in alphabetical order * Fix permissions on `util/linux_install.sh`
* Add `dfu-programmer` to `pacman -S` (#6619)Cory Watson2019-09-02
| | | | | | | | | | | | | | | * Add `dfu-programmer` to `pacman -S` (#6618) `dfu-programmer` now resides at `extra/dfu-programmer` and is no longer in the AUR * Add `--needed` option to `pacman -S` for efficiency * Fix * Update util/linux_install.sh Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Enforce clang-format (#6293)skullydazed2019-08-30
| | | | | | * Enforce clang-format on commit for core files * forgot about tests
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Script to generate keymap.c from JSON file. * Support for keymap.json * Add a warning about the keymap.c getting overwritten. * Fix keymap generating * Install the python deps * Flesh out more of the python environment * Remove defunct json2keymap * Style everything with yapf * Polish up python support * Hide json keymap.c into the .build dir * Polish up qmk-compile-json * Make milc work with positional arguments * Fix a couple small things * Fix some errors and make the CLI more understandable * Make the qmk wrapper more robust * Add basic QMK Doctor * Clean up docstrings and flesh them out as needed * remove unused compile_firmware() function
* Fix typo in Gentoo docstring (#6303)zjp2019-07-10
|
* Fix linux_install.sh script for OpenSuse v 15.1 (#6251)Kenny Hung2019-07-05
|
* Install avrdude in Arch/Manjaro Linux (#6132)Yusuke Nakamura2019-06-15
| | | | avrdude is require package but not installed by script when arch linux.
* Add Solus support to linux_install.sh scriptchax2019-05-26
| | | | added update-repo command before install command
* Add Solus support to linux_install.sh scriptchax2019-05-26
|
* Fix arch installs as 8.1 is unavailable and #5456 has been merged (#5857)zvecr2019-05-14
|
* Make python a required build dependency (#5784)skullydazed2019-05-06
| | | | | | | | * Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
* add -yq flags to actually make it noninteractivemechmerlin2019-04-19
|
* Read user input properly in linux_install.sh for Gentoo (#4395)Konstantin Đorđević2018-12-26
| | | | | | | | | | | | | | | | | | | | | | | | * 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 >>
* fix diffutils arch package name (#4470)André Silva2018-11-24
|
* Add missing arm gcc compiler for openSUSE 15.0 and Tumbleweed.Daniel Shields2018-11-12
|
* Add support for slackware distribution (linux_install.sh) (#4369)Paco2018-11-12
| | | | | | | | | | | | | | | * 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
* Add distro support for sabayon (#4320)BK2018-11-03
| | | | | | | | | | | | | * 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.
* Make linux_install.sh work with openSUSE Leap 15.0 (#4218)Daniel Shields2018-10-29
|
* fixed broken linebreak in fedora part, and indentation in arch-partR4WBIT2018-10-29
|
* Add opensuse packages provided by @isolatedvirusskullY2018-10-22
|
* Fold install_dependencies.sh into linux_install.sh and freebsd_install.shskullY2018-10-22
|
* Enable support for Linux Mint 18 with linux_install.sh (#4042)Chris Johnston2018-10-02
| | | | | | | | 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)
* Pin avr-gcc in shell.nix pending release of 8.3.0 (#3922)Jack Henahan2018-09-25
| | | | | | | | * 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
* Fix installation for linux finding ID:fedora in os_releaseMiguel Garcia Rodriguez2018-09-10
|
* Add manjaro asn arch-based distroThomas Vandaele2018-09-10
|
* Added gentoo to installer (#3272)zjpxshade2018-07-15
| | | | | | | | | | | | | | | | | | | | * 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
* Added archlinux support to linux_install.shFlorens Pauwels2018-05-02
|
* Add a newbie guide for people completely new to QMK (#2480)skullydazed2018-03-06