Skip to content

Instantly share code, notes, and snippets.

@sean6541
Last active October 22, 2018 01:09
Show Gist options
  • Select an option

  • Save sean6541/b04479cd2a05d8bbf3264d3c84d739bc to your computer and use it in GitHub Desktop.

Select an option

Save sean6541/b04479cd2a05d8bbf3264d3c84d739bc to your computer and use it in GitHub Desktop.
Easily install Hass.IO on an existing Raspbian install

Hass.IO On Raspbian

Easily install Hass.IO on an existing Raspbian install

Steps

  1. Run the following commands line-by-line in bash
sudo apt-get update
sudo apt-get -y install apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
curl https://get.docker.com | sudo bash -s
sudo systemctl enable docker && sudo systemctl start docker
sudo usermod -aG docker pi
curl https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | sudo bash -s -- -m raspberrypi3
  1. Reboot and enjoy :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment