deploy recent fzf binary

This commit is contained in:
Julien Rabier 2020-07-13 14:31:38 +02:00
parent 830eb79134
commit bb7d67ff8b

View File

@ -27,11 +27,6 @@ if ! [ -x "$(command -v fdfind)" ]; then
MISSING="${MISSING} fd-find" MISSING="${MISSING} fd-find"
fi fi
if ! [ -x "$(command -v fzf)" ]; then
echo "fzf manque et doit être installé"
MISSING="${MISSING} fzf"
fi
if ! [ -x "$(command -v rg)" ]; then if ! [ -x "$(command -v rg)" ]; then
echo "ripgrep manque et doit être installé" echo "ripgrep manque et doit être installé"
MISSING="${MISSING} ripgrep" MISSING="${MISSING} ripgrep"