This commit is contained in:
Julien Rabier 2020-05-30 14:50:43 +02:00
parent 392588c92f
commit 36f0247dec

View File

@ -38,7 +38,7 @@ if ! [ -x "$(command -v ripgrep)" ]; then
fi fi
if ! [ MISSING = "" ]; then if ! [ MISSING = "" ]; then
Installation de : $MISSING echo "Installation de : $MISSING"
sudo apt -y install $MISSING sudo apt -y install $MISSING
fi fi