Skip to content

Instantly share code, notes, and snippets.

@jpoon
Created August 23, 2018 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpoon/7c14ac135671a037804694984e505567 to your computer and use it in GitHub Desktop.
Save jpoon/7c14ac135671a037804694984e505567 to your computer and use it in GitHub Desktop.
Install HASS on RPi
sudo -i
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 -- -m armv71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment