#!/bin/bash # # Hoarder installer for debian systems. # # Parameters SHARE="$1" LIB="$2" REQUIREMENTS="" # Include basic functions . $LIB/trashman/functions || exit 1 . $LIB/trashman/debian || exit 1 # Requirements #trashman_apt_install_packages $REQUIREMENTS # Write your custom installation code here # TODO