eris/install-dependencies
Andrew Hamilton 60fe921881 Let vigil run without sudo.
Now using user namespaces which allow unprivileged users to create
the sandbox.
2016-11-09 01:30:40 +01:00

12 lines
286 B
Bash
Executable file

#!/bin/bash
set -e
echo "Install the dependencies of the vigil script..."
sudo apt-get --yes install python3-minimal python3-pygments python3-pyinotify \
python3-urwid python3-psutil python3-docopt util-linux
echo
echo "Install all the tools vigil may need..."
./install-tools