Skip to content

Instantly share code, notes, and snippets.

View Tarbian's full-sized avatar
🇺🇦

Tarbian Tarbian

🇺🇦
View GitHub Profile
@Tarbian
Tarbian / install_ruby_rpi.sh
Created September 23, 2022 15:28 — forked from blacktm/install_ruby_rpi.sh
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