diff --git a/deploy_dotfiles.sh b/deploy_dotfiles.sh index ec00291..a1a712a 100755 --- a/deploy_dotfiles.sh +++ b/deploy_dotfiles.sh @@ -32,7 +32,7 @@ if ! [ -x "$(command -v fzf)" ]; then MISSING="${MISSING} fzf" fi -if ! [ -x "$(command -v ripgrep)" ]; then +if ! [ -x "$(command -v rg)" ]; then echo "ripgrep manque et doit ĂȘtre installĂ©" MISSING="${MISSING} ripgrep" fi