This script will install the the following packages on a Ubuntu/Debian system.
intrepid-socketcan-kernel-module
icsscand
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:
autoload necessary and built kernel modules by adding to /etc/modules
autostart the icsscan daemon by adding a corresponding systemd service unit
Deploy the API ressources into the folders /usr/lib and /usr/include