Home Assistant installation Ubuntu - Simonk007/vidensdeling GitHub Wiki
Hassio installation på Ubuntu
SSH ind i din ubuntu og sørg for at køre følgende kommando før installation af HASSIO:
sudo apt-get update && sudo apt-get upgrade -y (opdatere software repo og derefter upgradere selve Ubuntu)
Installere Hassio:
sudo -i
add-apt-repository universe
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
curl -sSL https://get.docker.com | sh
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s