Skip to content

Instantly share code, notes, and snippets.

View mhanuel26's full-sized avatar

Manuel Iglesias Abbatemarco mhanuel26

View GitHub Profile
@mhanuel26
mhanuel26 / install_ruby_rpi.sh
Last active October 31, 2020 08:18 — 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 Armbian (Olimex A20)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/mhanuel26/616c67b17b962820ed3f2c1822d91b2f/raw/e6061c88854663978fe3141ba82af53e3276c5ca/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Welcome message