1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-12 01:38:37 +02:00
neocities/vagrant/ruby.sh

7 lines
No EOL
197 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.2 ruby2.2-dev
gem install bundler --no-rdoc --no-ri