summaryrefslogtreecommitdiffstats
path: root/util/qmk_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove network drive mapping comment for WSL (#15871)Ryan2022-01-141-2/+0
|
* Fix shell port bug in computation of QMK_FIRMWARE_DIR (#13950)Eric S. Raymond2021-08-111-1/+1
| | | | | Previous code would fail if cd echoes the tathet directory to stdout, which is pretty common. Redirecting its output to /dev/null solves the problem.
* /bin/bash to /usr/bin/env bash (#13422)Kuba Tyszko2021-07-061-1/+1
|
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-0/+7
| | | | | | | | | | | | | | | | | * 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-131-6/+2
|
* Refactor qmk_install.sh (#10681)Ryan2020-11-261-23/+70
|
* MSYS and WSL installation improvements (#10593)Ryan2020-10-181-4/+6
|
* Fold install_dependencies.sh into linux_install.sh and freebsd_install.shskullY2018-10-221-5/+8
|
* Fix Typos in echoDrashna Jaelre2018-08-111-1/+2
|
* Add WSL support to scriptDrashna Jaelre2018-08-111-3/+6
|
* Add error message if config not detectedDrashna Jaelre2018-08-111-0/+2
|
* Add 32 bit MINGW support ....Drashna Jaelre2018-08-111-1/+1
|
* Fix minor typo in qmk_install.sh for MSYS/MINGW64 detectionDrashna Jaelre2018-08-111-1/+1
|
* Fix qmk_install.sh to properly target MSYS (#3455)Taylor Gonzalez2018-08-021-1/+1
| | | | | | | | * qmk_install fix for windows users. * Updated wildcard to caputre both MSYS and MINGW64 in qmk_install * added OR to windows qmk_install
* Add a newbie guide for people completely new to QMK (#2480)skullydazed2018-03-061-0/+16