This commit is contained in:
Julien Rabier 2020-05-30 22:03:15 +02:00
parent 37b07c8f61
commit b5b8b24e6f

View File

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