# Description This script will install the the following packages on a Ubuntu/Debian system. 1. intrepid-socketcan-kernel-module 2. icsscand 3. libicsneo It is meant to ease installation on a neoVI PI The script will clone the repositories of the above mentioned packages. Build them from source (and therefore utilizes the Package manger to install all required dependencies). Further it will deploy the built ressources into the appropriate system folders and configures the system to automatically load after a reboot or start up event. The script therefore: 1) autoload necessary and built kernel modules by adding to `/etc/modules` 2) autostart the icsscan daemon by adding a corresponding systemd service unit 3) Deploy the API ressources into the folders `/usr/lib` and `/usr/include`