#!/usr/bin/env sh # # Install rainbowstream # https://github.com/orakaro/rainbowstream # Parameters SHARE="$1" LIB="$2" # Include basic functions . $LIB/trashman/functions || exit 1 . $LIB/trashman/debian || exit 1 # Requirements trashman_apt_install python-pip python-dev libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev # Install pip install --user -U rainbowstream