aboutsummaryrefslogtreecommitdiff
path: root/share/hoarder/lsd/unix/linux/install
blob: 0a07e3397bab25c2743c3f69c527cd7859417494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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