Skip to content

Instantly share code, notes, and snippets.

View eperdeme's full-sized avatar

Nathan Flynn eperdeme

View GitHub Profile
@AdamNaj
AdamNaj / about.md
Last active March 12, 2025 21:47
Z Wave Graph for Home Assistant
#!/bin/bash
set -ex
declare -a DISTS=("precise" "trusty")
ARCHS="amd64"
function register-mirror {
UBUNTU_URI='http://jp.archive.ubuntu.com/ubuntu/'
ROS_URI='http://packages.ros.org/ros/ubuntu'