Test that tools' executables are installed in the PATH.

This commit is contained in:
Andrew Hamilton 2017-05-21 10:30:48 +01:00
parent 5b08029d0b
commit f2e8240427
5 changed files with 60 additions and 9 deletions

View file

@ -9,7 +9,7 @@ if [ $DIST_ID == "fedora" ]; then
INSTALL_CMD="dnf -y install"
INOTIFY_NAME="python3-inotify python3-pygments python3-docopt python3-pillow"
elif [ $DIST_ID == "arch" ]; then
INSTALL_CMD="pacman -S --noconfirm"
INSTALL_CMD="pacman -S --noconfirm --needed"
INOTIFY_NAME="python-pyinotify python-pygments python-docopt python-pillow"
else
INSTALL_CMD="apt --yes install"