#!/usr/bin/env sh
#
# Install LSD
#

# Parameters
SHARE="$1"
LIB="$2"

# Include basic functions
. $LIB/trashman/functions || exit 1

# Requirements
trashman_require php gpg

# Install
git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps
/usr/bin/git -C $HOME/apps verify-commit HEAD
$HOME/apps/infection install console --deps