feat: check for more dependencies during preflight check

This commit is contained in:
Settel 2023-05-17 22:55:30 +03:00
parent 0367fa6987
commit 415c42cefd

View File

@ -9,7 +9,7 @@ info:
setup: setup:
@echo "I checking for tools" @echo "I checking for tools"
@for binary in go tmux node yarn npx podman; do \ @for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait; do \
echo -n " $$binary: " ; \ echo -n " $$binary: " ; \
if ! which "$$binary"; then \ if ! which "$$binary"; then \
echo "not found" ;\ echo "not found" ;\