mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Explicitly naming python for oui
This might just be an issue with Alpine linux in Docker, but referencing python with `./` notation even with `#!/usr/bin/python` declared would not execute the script.
This commit is contained in:
parent
1453ea78be
commit
45dcd3430a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build: resources
|
|||
resources: oui
|
||||
|
||||
oui:
|
||||
@./network/make_oui.py
|
||||
@python ./network/make_oui.py
|
||||
|
||||
vet:
|
||||
@go vet ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue