Forked from frenck/hassio_ubuntu_install_commands.sh
Created
December 30, 2018 04:29
-
-
Save 01kbpatel/73635f49d7666d06f89e730a713b726c to your computer and use it in GitHub Desktop.
Simple install command for installing Hass.io on a Generic Ubuntu/Debian machine
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
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 | |
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install" | bash -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment