Skip to content

Instantly share code, notes, and snippets.

# Created by .ignore support plugin (hsz.mobi)
@kevinkm
kevinkm / install_homebridge.sh
Created July 28, 2017 07:40 — forked from lindsaymarkward/install_homebridge.sh
Install homebridge on hassbian
#!/bin/bash
echo
echo "Homebridge install script for Hassbian"
echo
if [ "$(id -u)" != "0" ]; then
echo "This script must be run with sudo. Use \"sudo ${0} ${*}\"" 1>&2
exit 1
fi