feat: add fd to installs

This commit is contained in:
Price Hiller 2022-07-30 23:13:13 -05:00
parent 13230dbe6f
commit 925f26ab8b

View File

@ -124,6 +124,7 @@ check-script-deps() {
local commands_to_check=(
git
gcc
make
)
local ret_code=0
@ -226,6 +227,7 @@ main() {
local cargo_binaries=(
ripgrep
exa
fd-find
)
for pkg in "${cargo_binaries[@]}"; do
log "info" "Attempting install of ${GREEN}${pkg}${RESET_BOLD}"