Search posts, tags, users, and pages
Hong
Script Monkey @ Innoractive
Installing home-assistant did not turn up to be what I expected. It does not support add-ons! I learned it the hard way when I was setting up ESPHome. Here goes my journey of installing Home Assistant Supervised. Background This is a story of the mis...
Directory raw.githubusercontent.com/home-assistant/supervis… returns "404 not found"
raw.githubusercontent.com/home-assistant/supervis…
However raw.githubusercontent.com/home-assistant/supervis… does.
To make this work again one must change the curl command to
curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
And edit the URL_RAW_BASE in installer.sh
URL_RAW_BASE="raw.githubusercontent.com/home-assistant/supervis…
While I was in there I also removed the problematic NetworkManager snippet (the couple of lines below # Create config for NetworkManager)
# Create config for NetworkManager
Blue
ulovlouvle
This is not working anymore. Is there a new script?
strasharo
First step is wrong:
sudo pacman -S https://wiki.archlinux.org/title/Docker
:)
strasharoThanks for pointing out the mistake. I have corrected it.
Directory
raw.githubusercontent.com/home-assistant/supervis…returns "404 not found"However
raw.githubusercontent.com/home-assistant/supervis…does.To make this work again one must change the curl command to
curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.shAnd edit the URL_RAW_BASE in installer.sh
URL_RAW_BASE="raw.githubusercontent.com/home-assistant/supervis…While I was in there I also removed the problematic NetworkManager snippet (the couple of lines below
# Create config for NetworkManager)