Skip to content

Instantly share code, notes, and snippets.

View 2qar's full-sized avatar

tucker 2qar

  • Seattle, WA
View GitHub Profile
@dannymcc
dannymcc / install_ruby_rpi.sh
Created March 14, 2017 16:06 — forked from blacktm/install_ruby_rpi.sh
A Bash script to install Ruby 2.4 on the Raspberry Pi (Raspbian)
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby 2.4 using rbenv/ruby-build on the Raspberry Pi (Raspbian)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/blacktm/8302741/raw/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Welcome message