feat: check for more dependencies during preflight check
This commit is contained in:
parent
0367fa6987
commit
415c42cefd
2
Makefile
2
Makefile
@ -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" ;\
|
||||||
|
Loading…
Reference in New Issue
Block a user