Skip to content
View rbnbrls's full-sized avatar

Block or report rbnbrls

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. docker-compose-config docker-compose-config Public

    Keep my docker compose in source control

  2. esphome-config esphome-config Public

  3. home-assistant-config home-assistant-config Public

    home-assistant-config

  4. Simple install command for installin... Simple install command for installing Hass.io on a Generic Ubuntu/Debian machine
    1
    sudo -i
    2
    add-apt-repository universe
    3
    apt-get update
    4
    apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
    5
    curl -sSL https://get.docker.com | sh