Skip to content

Instantly share code, notes, and snippets.

View wantsoftat's full-sized avatar
💭
I may be slow to respond.

wantsoftat

💭
I may be slow to respond.
View GitHub Profile
@wantsoftat
wantsoftat / hassio_ubuntu_install_commands.sh
Last active May 25, 2020 11:04 — forked from frenck/hassio_ubuntu_install_commands.sh
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/supervised-installer/master/installer.sh" | bash -s