[tools] python3-pil is needed during bootstrapping.

This commit is contained in:
Andrew Hamilton 2017-04-20 23:41:29 +02:00
parent 1560db5f82
commit 82f06edff5

View file

@ -6,7 +6,7 @@ set -e
echo "Install the dependencies of the vigil script..." echo "Install the dependencies of the vigil script..."
sudo apt-get --yes install python3.5 python3-minimal python3-pygments python3-pyinotify \ sudo apt-get --yes install python3.5 python3-minimal python3-pygments python3-pyinotify \
python3-docopt util-linux python3-docopt util-linux python3-pil
echo echo
echo "Install all the tools vigil may need..." echo "Install all the tools vigil may need..."
./install-tools ./install-tools