Skip to content

Instantly share code, notes, and snippets.

@andrew-codes
Last active August 24, 2019 18:58
Show Gist options
  • Save andrew-codes/87b6b1ca0ce562fef10d4d914b567091 to your computer and use it in GitHub Desktop.
Save andrew-codes/87b6b1ca0ce562fef10d4d914b567091 to your computer and use it in GitHub Desktop.
hass.io setup on Intel NUC
apt-get install software-properties-common
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
curl -fsSL get.docker.com | sh
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s -- -m intel-nuc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment