Skip to content

Instantly share code, notes, and snippets.

View arretx's full-sized avatar
💭
Banging head against wall every day.

Jon Griffith arretx

💭
Banging head against wall every day.
View GitHub Profile
@arretx
arretx / hassio_ubuntu_install_commands.sh
Created August 21, 2019 23:21 — 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
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s
@arretx
arretx / syncthing.sh
Created January 2, 2019 07:12 — forked from didenko/syncthing.sh
Enable Syncthing automatic startup on login in macOS
#!/bin/bash
#----------------------------------------------------
#
# Copyright (C) 2017 Vlad Didenko
#
# This Source Code Form is subject to the terms
# of the Mozilla Public License, v. 2.0. If a copy
# of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/