fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
130 stars 32 forks source link

make: *** [Makefile:36: provision] Error 56 #37

Open montanaman2017 opened 3 years ago

montanaman2017 commented 3 years ago

on rpi3 with buster did a new clone then ran make install and got: make: *** [Makefile:36: provision] Error 56

Can you verify the current build please. thanks

mcshosho commented 3 years ago

To solve this error - replace in Makefile $(PWD) with $(pwd) in all 4 provisioning steps.