Hacs install script gives me this error

Hi, and thanks in advanced.
I installed hassio image on my raspberry pi.
I successfully installed ssh and logged in.
When I type “ curl -sfSL https://hacs.xyz/install | bash -” to install hacs I get
“ Trying to find the correct directory
Could not find the directory for Home Assistant.
Manually change the directory to the root of your Home Assistant configuration
With the user that is running Home Assistant
and run the script again”

Make sure you’re in /config

So “cd /config”


No luck

HA has started?

HACS is looking for home-assistant.log - if that file doesn’t exist that would explain the problem.

If anyone is still coming here with this problem, I fixed it by running

RUN touch home-assistant.log
RUN wget -q -O - https://install.hacs.xyz | bash -
3 Likes