Skip to content

Instantly share code, notes, and snippets.

View donrestarone's full-sized avatar
🤖
Building products

Don Restarone donrestarone

🤖
Building products
View GitHub Profile
@donrestarone
donrestarone / install_ruby_rpi.sh
Last active April 18, 2020 02:28 — forked from blacktm/install_ruby_rpi.sh
A Bash script to install Ruby 2.6 on the Raspberry Pi (Raspbian)
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby 2.6 using rbenv/ruby-build on the Raspberry Pi (Raspbian)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/donrestarone/1666de5beebc7505b1aa79e52b535c9c/raw/845c51a3db9afa31cbe76a1851d5e8e7122ae1b3/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Welcome message