feat: check for newuidmap tool during setup (needed for rootless Podman)
This commit is contained in:
parent
3577a9291a
commit
66fa59ea2e
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ info:
|
||||
|
||||
setup:
|
||||
@echo "I checking for tools"
|
||||
@for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait; do \
|
||||
@for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait newuidmap; do \
|
||||
echo -n " $$binary: " ; \
|
||||
if ! which "$$binary"; then \
|
||||
echo "not found" ;\
|
||||
|
Loading…
Reference in New Issue
Block a user