Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uherting/d7827a93f2b1170bcbff2cc81e610eb0 to your computer and use it in GitHub Desktop.
Save uherting/d7827a93f2b1170bcbff2cc81e610eb0 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
systemctl disable ModemManager
apt-get purge modemmanager
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s
@uherting
Copy link
Author

this gist is the version before it was deleted on frenck's gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment