feat: add fd to installs
This commit is contained in:
parent
13230dbe6f
commit
925f26ab8b
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user