aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-octopi.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Add additional explicit dependencies to install-octopi.shKevin O'Connor2018-06-171-1/+2
| | | | | | | | Add virtualenv, build-essential, gcc-arm-none-eabi, and binutils-arm-none-eabi packages - just in case they aren't already installed. Reported by @AxMod3DPrint. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add python-dev dependency to install-octopi.shKevin O'Connor2018-06-091-1/+1
| | | | | | | The python-dev package is usually already installed, but there's no harm in stating it explicitly. Reported by @yschroeder. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add stm32flash to octopi-install.sh package listKevin O'Connor2018-04-121-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* install-octopi: Add python-virtualdev to package listKevin O'Connor2017-06-151-1/+1
| | | | | | | | Add python-virtualdev to the list of system packages to be installed - it's usually already installed, but it doesn't hurt to add it to the list in case it isn't already installed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add octopi installation scriptsKevin O'Connor2017-04-211-0/+102
Add a system startup script so that Klipper can automatically start at boot time. Create an installation script that will install the system dependencies and the startup script. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>