]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for slackware distribution (linux_install.sh) (#4369)
authorPaco <manuel.arguelles@gmail.com>
Mon, 12 Nov 2018 19:58:07 +0000 (14:58 -0500)
committerDrashna Jaelre <drashna@live.com>
Mon, 12 Nov 2018 19:58:07 +0000 (11:58 -0800)
commitb49fd46eaaba5efe3231e6a1019af5c16558a057
tree2c57c1c8f1e83ca11836aed0d6ccff3cb6edc198
parent6274980e6188c6f074e51b6655afd9efa991863e
Add support for slackware distribution (linux_install.sh) (#4369)

* 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
util/linux_install.sh