Skip to content

Instantly share code, notes, and snippets.

@makevoid
Last active March 25, 2019 02:50
Show Gist options
  • Select an option

  • Save makevoid/5920d782ea4ae28f29b7b137e3399499 to your computer and use it in GitHub Desktop.

Select an option

Save makevoid/5920d782ea4ae28f29b7b137e3399499 to your computer and use it in GitHub Desktop.
Install ruby 2.3 on Debian 9
# example usage:
# bash <(curl -s https://gist.githubusercontent.com/makevoid/.../raw/.../install-ruby-2.6-debian.sh)
# bash <(curl -s https://gist.githubusercontent.com/makevoid/5920d782ea4ae28f29b7b137e3399499/raw/d5275487d1dcd3c838178d8bff9cf7660a011ec8/install-ruby-2.3-debian.sh)
set -xe
apt update -y
apt-get install -y ruby-full
gem i bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment