Test that tools' executables are installed in the PATH.
This commit is contained in:
parent
5b08029d0b
commit
f2e8240427
5 changed files with 60 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue