Skip to content

Instantly share code, notes, and snippets.

View jvolker's full-sized avatar

Jeremias Volker jvolker

View GitHub Profile
@jvolker
jvolker / create-openframe-image.sh
Last active September 29, 2019 11:45 — forked from quinkennedy/openframe_install.sh
wget/curl-able installation script for Openframe
#!/usr/bin/env bash
# Contributed by @quinkennedy (https://gist.github.com/quinkennedy/fc78c2bb1d6b1e27c174)
# modified to create images rather than installs by Jeremias Volker http://github.com/jvolker
{ # this ensures the entire script is downloaded #
openframe_has() {
type "$1" > /dev/null 2>&1
}
if [ -z "$OPENFRAME_DIR" ]; then