summaryrefslogtreecommitdiffstats
path: root/util/install
Commit message (Collapse)AuthorAgeFilesLines
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-195-5/+5
| | | | | | | | | | | | | | | | | * Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com>
* bump to python 3.7 (#11408)Zach White2021-02-133-47/+1
|
* Homebrew install: ignore pinned formulae in `brew upgrade` (#11423)Ryan2021-01-031-1/+1
|
* Add libusb-devel dependency for fedora (#11287)Maurizio Porrato2020-12-301-1/+1
| | | On fedora 33, libusb-devel is required to build BootloadHID
* Add missing Debian/Ubuntu dependency to the install script (#11348)Jonathan Paugh2020-12-301-1/+1
| | | | | To successfully compile bootloadHID, we must have the libusb-config tool, which comes from the libusb-dev package. This package is available in both Ubuntu Groovy and Debian Buster Co-authored-by: Jonathan Paugh <jpaugh@gmx.com>
* Refactor qmk_install.sh (#10681)Ryan2020-11-2613-0/+284