HACS Install error wget address

Hi

Ive installed HACS numerous times without any issues.
I have installed HAOS on a bare metal NUC as I have done many times.
I’m using the usual bash script to install HACS but I’m getting this message.
any help would be appreciated.
[core-ssh ~]$ wget - 0 - https://get.hacs.xyz | bash -
wget: bad address ‘install.hacs.xyz’

try this:
wget -0 - https://get.hacs.xyz | bash - (no space between ‘-’ & ‘O’)

The command-line parser for ‘wget’ should have caught your error.

1 Like

New error message has appeared

is is -O not -0 (letter O not digit 0)

1 Like

Still getting this error message

Bad luck that your DNS is not working.

The address https://get.hacs.xyz redirects to https://raw.githubusercontent.com/hacs/get/main/get so try

wget -O - https://raw.githubusercontent.com/hacs/get/main/get|bash -

You know most of this thread could have been avoided if you had copied and pasted the required command - you would have had no spaces in the wrong place and no mistaking Oh for zero.

2 Likes

Thanks Nick. Hold my hands up. I was rushing to get it done before work.
anyway I successfully installed it and added the integration and authorised the GitHub.

Now ive got this issue. No options in Hacs

It looks normal, but you are filtering by “installed” and your only installed custom thing is HACS. Click “Clear”.

2 Likes

Thanks Nick :+1:t2:

Nick, I can’t thank you enough! You’ve truly saved the day—I’ve been struggling with this for hours, and your solution was exactly what I needed.

Hello,
The second link don’t work for me…
Screenshot 2024-12-08 at 22-08-31 Terminal – Home Assistant

It resolves for me.

However what home assistant install type do you have? There are only four possible answers, HAOS, Supervised, Container and Core. Please tell us.

It resolves on my PC, not on my HA Core in Green module
Note that all dns resolutions fails, if i ping an ip adress, that works…

Are you going to answer my question about install type?

I think i give you the response…
But i’m nubee in HA
This Screenshots:
Screenshot 2024-12-08 at 23-41-22 Paramètres – Home Assistant
Screenshot 2024-12-08 at 23-41-40 Paramètres – Home Assistant
That explain you ?
I think The HA installation is Core, in HAOS, on Green module.

So the answer is HA OS. So to install HACS, follow the instructions here

Make sure you choose the “OS/Supervised” Tab. Please note that there is no need to use wget, or type anything

Thank you !!!
I’ll test that soon and type here the result
Thanks :slight_smile:

No, start another thread, as you have a different issue.

… Same issue…
s6-rc: info: service s6rc-oneshot-runner: starting

s6-rc: info: service s6rc-oneshot-runner successfully started

s6-rc: info: service fix-attrs: starting

s6-rc: info: service fix-attrs successfully started

s6-rc: info: service legacy-cont-init: starting

s6-rc: info: service legacy-cont-init successfully started

s6-rc: info: service legacy-services: starting

s6-rc: info: service legacy-services successfully started

[09:22:51] INFO: ------------------------------------

[09:22:51] INFO: Starting HACS download…

[09:22:51] INFO: Channel: current

[09:22:51] INFO: ------------------------------------

wget: bad address ‘raw.githubusercontent.com

s6-rc: info: service legacy-services: stopping

s6-rc: info: service legacy-services successfully stopped

s6-rc: info: service legacy-cont-init: stopping

s6-rc: info: service legacy-cont-init successfully stopped

s6-rc: info: service fix-attrs: stopping

s6-rc: info: service fix-attrs successfully stopped

s6-rc: info: service s6rc-oneshot-runner: stopping

s6-rc: info: service s6rc-oneshot-runner successfully stopped

Looks like dns. What is your setup?