update before installing

This commit is contained in:
Julien Rabier 2020-12-19 22:45:42 +01:00
parent 6e0a46f19c
commit 0e3bdff949

View File

@ -34,6 +34,7 @@ fi
if [ -n "$MISSING" ]; then if [ -n "$MISSING" ]; then
echo "Installation de $MISSING" echo "Installation de $MISSING"
sudo apt update
sudo apt -y install $MISSING sudo apt -y install $MISSING
fi fi