aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-centos.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Add a new klippy-requirements.txt file for virtualenv installsKevin O'Connor2019-04-011-1/+1
| | | | | | | | Place all of the host software python requirements into a config file. This makes it easier to update the python requirements without having to update several installation scripts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add installation script for CentOS (#367)pyr0ball2018-06-191-0/+101
The purpose of this PR is to add an installation script to klipper for use on Centos. Several packages names are different from debian based installs, and the system service is handled via systemd rather than LSB. Signed-off-by: Alan Weinstock <pyroballpcs@gmail.com>