Hassio_install.sh not found

Hello!

I try to follow this tutorial on Ubuntu Server 18.04:

And when I try this command…
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s

…I get a “bash: line1: 404:: command not found”

What have I missed, or is it just an outdated repo? If so, what is the new url?

:slight_smile:

/ Oskar

3 Likes

Always better to use the official documentation instead of unofficial videos which get outdated fast…

4 Likes

Particularly as the URLs just changed in the last day or so, and that video will now forever be wrong.

1 Like

Hass.io in Docker” in title :white_check_mark:
Suggests using Portainer to manage the install :white_check_mark:
URL is wrong :white_check_mark:
:tada:

4 Likes

Oh! Of course. Thank you!

curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s

That works better :slight_smile:

root@ad-Aspire-5741ZG:/home/ad# curl -sL “https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh” | bash -s
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
[warn] If you want to abort, hit ctrl+c within 10 seconds…
[warn]
[warn] ModemManager service is enabled. This might cause issue when using serial devices.
[info] Creating default docker deamon configuration /etc/docker/daemon.json
[info] Restarting docker service
[info] Creating NetworkManager configuration
[info] Restarting NetworkManager
[info] Install supervisor Docker container
Error response from daemon: Get https:/registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution
root@ad-Aspire-5741ZG:/home/ad#

:(( Error

The Dokumentation for Buster still says:

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s – -m raspberrypi4

and should be corrected to:

curl -sL “https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh” | bash -s

Hello!
I try to follow this tutorial on ubuntu-20.04.3-live-server-amd64
And when I try this command…
`curl -sL “https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh” | bash -s
…I get a “bash: line1: 404:: command not found”
again
What have I missed, or is it just an outdated repo? If so, what is the new url?

1 Like

try this 32bit-home-assistant-supervised-installer/README-RUSSIAN.md at cab799ca10cf5af2b4fb41f32ee9d94f8713877a · ntguest/32bit-home-assistant-supervised-installer · GitHub

I am having this same issue and getting the error “bash: line1: 404:: command not found”
has this line changed again?
curl -sL “https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh 309” | bash -s

Edit: apparently the steps I did before I got to this point worked and fixed my problem.