Hi all - first post… be gentle!
Trying to install on an old Rasberrry Pi B+ using Installing Home Assistant Supervised on a Raspberry Pi with Debian 10
Everything works out fine until the last step - curl -sL “h t tps://raw.githubusercontent.com/Kanga-Who/home-assistant/master/supervised-installer.sh” | bash -s – -m raspberrypi4-64
I’ve changed mine to read
curl -sL “ht t ps://raw.githubusercontent.com/Kanga-Who/home-assistant/master/supervised-installer.sh” | bash -s – -m raspberrypi-32
and
curl -sL “ht t ps://raw.githubusercontent.com/Kanga-Who/home-assistant/master/supervised-installer.sh” | bash -s – -m raspberrypi-64
but neither worked, “[error] missing: docker”
So, used curl -sL “h tt ps://raw.githubusercontent.com/Kanga-Who/home-assistant/master/supervised-installer.sh” | bash -s – -m raspberrypi4-64
This came up with same missing: docker
Any ideas (spaces added into the HTTP to stop linking)?
Cheers Chris