fix deploy
This commit is contained in:
parent
0c00431eb4
commit
221af8729a
@ -37,7 +37,7 @@ if ! [ -x "$(command -v rg)" ]; then
|
||||
MISSING="${MISSING} ripgrep"
|
||||
fi
|
||||
|
||||
if ! [ MISSING = "" ]; then
|
||||
if ! [ MISSING == "" ]; then
|
||||
echo "Installation de : $MISSING"
|
||||
sudo apt -y install $MISSING
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user