I tried to follow the instructions here
https://github.com/Z-Wave-Me/docker-z-w ... /README.md
on a raspberrypi 4 (arch64), but something seems going wrong.
First, line 21 of the Dockerfile seems missing mkdir command.
Moreover in the Dockerfile even switching form
Code: Select all
wget -q -O - https://storage.z-wave.me/Z-Way-Install | bash
Code: Select all
wget -qO - https://storage.z-wave.me/RaspbianInstall | sudo bash
It seems that something go wrong with the run.sh file when It try to operate on arch64 hardware.
Do you have any suggestions?