Skip to content

Instantly share code, notes, and snippets.

View scottleibrand's full-sized avatar

Scott Leibrand scottleibrand

View GitHub Profile
@scottleibrand
scottleibrand / master patch test fixes.md
Last active May 10, 2021 13:57 — forked from danamlewis/master patch test fixes.md
Clearer instructions for 0.6.3 patch fixes

1. Run an edited bootstrap

(Assuming you already have flashed jubilinux recently) Copy and paste this bootstrap script instead of the current one in the docs:

#!/bin/bash
(
dmesg -D
echo Scanning for wifi networks:
@scottleibrand
scottleibrand / install.sh
Last active August 29, 2015 14:20 — forked from bewest/install.sh
#!/bin/bash
git clone -b bewest/dev https://github.com/bewest/decoding-carelink.git
git clone https://github.com/bewest/dexcom_reader.git
git clone https://github.com/openaps/openaps.git
(cd decoding-carelink
sudo python setup.py develop
)