mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
7 lines
198 B
Bash
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.4 ruby2.4-dev
|
|
gem install bundler --no-rdoc --no-ri
|