aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-ubuntu-18.04.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: add libusb-1.0 to install scriptsArksine2020-05-281-1/+1
| | | | | | The hid-flash tool depends on libusb-1.0-0-dev Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* scripts: Use current username in install-ubuntu-18.04.shnhchiu2019-10-231-2/+1
| | | | | | Set KLIPPER_USER to $USER instead of "octoprint". Signed-off-by: Nathan Chiu <nhchiu2009@gmail.com>
* scripts: Use /tmp/klippy.log in install-ubuntu-18.04.shKevin O'Connor2019-05-201-2/+1
| | | | | | | Use /tmp/klippy.log in the install script - all the documentation currently uses that file location. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>
* Ubuntu 18.04 install scriptNathan2019-01-101-0/+104
Signed-off-by: Nathan Tsoi <nathan@vertile.com>