Hi All, I just received my Home Assistant Blue and am starting from scratch. I’m looking to install HACS using the directions at https://hacs.xyz/docs/setup/download. When I used:
wget -O - https://get.hacs.xyz | bash -
I got a 503 error “Service Temporarily Unavailable”. I then used the alternate command:
wget -O - https://raw.githubusercontent.com/hacs/get/main/get | bash -
I then got another error:
bash: line 1: --2022-04-25: command not found
bash: line 2: syntax error near unexpected token (' bash: line 2:
Resolving get.hacs.xyz (get.hacs.xyz)… 172.67.132.174, 104.21.5.2, 2606:4700:3033::ac43:84ae, …’
Can someone help me? Thanks in advance!