Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save det-peralta/428632993d004fe86c976ac5abd286f6 to your computer and use it in GitHub Desktop.
Save det-peralta/428632993d004fe86c976ac5abd286f6 to your computer and use it in GitHub Desktop.
Simple install command for installing Hass.io on a Generic Ubuntu/Debian machine
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-build/master/install/hassio_install" | bash -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment