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