summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--larbs.sh2
-rw-r--r--progs.csv1
2 files changed, 2 insertions, 1 deletions
diff --git a/larbs.sh b/larbs.sh
index cb2622d..9e90f27 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -143,7 +143,7 @@ putgitrepo() { # Downloads a gitrepo $1 and places the files in $2 only overwrit
dir=$(mktemp -d)
[ ! -d "$2" ] && mkdir -p "$2"
chown -R "$name":wheel "$dir" "$2"
- sudo -u "$name" git clone -b "$branch" --depth 1 "$1" "$dir" >/dev/null 2>&1
+ sudo -u "$name" git clone --recursive -b "$branch" --depth 1 "$1" "$dir" >/dev/null 2>&1
sudo -u "$name" cp -rfT "$dir" "$2"
}
diff --git a/progs.csv b/progs.csv
index 974eb5d..4c9fb7f 100644
--- a/progs.csv
+++ b/progs.csv
@@ -45,6 +45,7 @@ V,font-symbola,"provides unicode and emoji symbols."
,pamixer,"is a command-line audio interface."
A,sc-im,"is an Excel-like terminal spreadsheet manager."
,maim,"can take quick screenshots at your request."
+,abook,"is an offline addressbook usable by neomutt."
,socat,"is a socket utility."
,tmux,"is a terminal multiplexer and the dropdown window in LARBS."
,unclutter,"hides an inactive mouse."