Last active
August 24, 2019 18:58
-
-
Save andrew-codes/87b6b1ca0ce562fef10d4d914b567091 to your computer and use it in GitHub Desktop.
hass.io setup on Intel NUC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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