eris/install-dependencies

13 lines
267 B
Text
Raw Normal View History

2015-12-26 20:52:39 +00:00
#!/bin/bash
set -e
echo "Install the dependencies of the vigil script..."
2017-02-08 13:56:56 +01:00
sudo apt-get --yes install python3.5 python3-minimal python3-pygments python3-pyinotify \
python3-docopt util-linux
2015-12-26 20:52:39 +00:00
echo
echo "Install all the tools vigil may need..."
./install-tools