mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
7 lines
212 B
Bash
7 lines
212 B
Bash
DEFAULT_RUBY_VERSION="3.3.1"
|
|
|
|
sudo apt install -y rbenv
|
|
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
|
|
rbenv install $DEFAULT_RUBY_VERSION
|
|
rbenv global $DEFAULT_RUBY_VERSION
|