This commit is contained in:
Julien Rabier 2020-05-30 14:51:38 +02:00
parent 36f0247dec
commit 4e990fcf87

View File

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