tools: Changed to toml instead of yaml.

- toml is simpler than yaml and popular enough.
This commit is contained in:
Andrew Hamilton 2018-05-17 16:16:21 +10:00
parent 10fbc33759
commit 915eac35ba
5 changed files with 109 additions and 109 deletions

View file

@ -14,7 +14,7 @@ if [ $DIST_ID != "ubuntu" ]; then
fi
echo "Installing the dependencies of the vigil script..."
sudo apt --yes install python3-pyinotify python3-pygments python3-docopt \
python3-pillow util-linux python3-yaml
python3-pillow util-linux python3-toml
echo
echo "Installing all the tools vigil may need..."
./install-tools