Skip to content

Instantly share code, notes, and snippets.

View poacher2k's full-sized avatar
💭
🤷‍♂️

Daniel Skogly poacher2k

💭
🤷‍♂️
View GitHub Profile
@blacktm
blacktm / install_ruby_rpi.sh
Last active November 28, 2024 20:35
A Bash script to install Ruby on the Raspberry Pi
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby 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)
# --------------------------------------------------------------------------------------------
# Set the Ruby version you want to install
{ "one": "hello", "two": "venus", "three": "help", "four": "I'm stuck here" }
{ "one": "hello", "two": "mercury", "three": "help", "four": "I'm stuck here" }
{ "one": "hello", "two": "earth", "three": "help", "four": "I'm stuck here" }
{ "one": "hello", "two": "mars", "three": "help", "four": "I'm stuck here" }