1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-14 16:37:20 +02:00
neocities/vagrant/ruby.sh
2016-08-09 20:04:57 -07:00

7 lines
198 B
Bash

#!/bin/bash
apt-get -y install python-software-properties
apt-add-repository -y ppa:brightbox/ruby-ng
apt-get -y update
apt-get -y install ruby2.3 ruby2.3-dev
gem install bundler --no-rdoc --no-ri