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=(
|
local commands_to_check=(
|
||||||
git
|
git
|
||||||
gcc
|
gcc
|
||||||
|
make
|
||||||
)
|
)
|
||||||
|
|
||||||
local ret_code=0
|
local ret_code=0
|
||||||
@ -226,6 +227,7 @@ main() {
|
|||||||
local cargo_binaries=(
|
local cargo_binaries=(
|
||||||
ripgrep
|
ripgrep
|
||||||
exa
|
exa
|
||||||
|
fd-find
|
||||||
)
|
)
|
||||||
for pkg in "${cargo_binaries[@]}"; do
|
for pkg in "${cargo_binaries[@]}"; do
|
||||||
log "info" "Attempting install of ${GREEN}${pkg}${RESET_BOLD}"
|
log "info" "Attempting install of ${GREEN}${pkg}${RESET_BOLD}"
|
||||||
|
Loading…
Reference in New Issue
Block a user