Hello,
I am getting a problem with a re-installation on docker (ubuntu server).
I am following this guide
Installing Home Assistant Supervised on Ubuntu 18.04.4
In the commande:
curl -sL “https://raw.githubusercontent.com/Kanga-Who/home-assistant/master/supervised-installer.sh” | bash -s
I get “invalid reference format”
I have the feeling that this command in the script i failing:
docker pull “$HASSIO_DOCKER:$HASSIO_VERSION”
Printing the variable above I see that the $HASSIO_VERSION is empty and the command seems to be
docker pull homeassistant/amd64-hassio-supervisor:
changing to
docker pull homeassistant/amd64-hassio-supervisor:latest
(that works from the command line) gives men this when running the script above with Curl:
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.1.1:53: dial udp 192.168.1.1:53: connect: network is unreachable
I am on Ubuntu.
Any suggestions?
My HA is completley down so I am in big rouble…