mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
First
This commit is contained in:
5
install/ruby.sh
Normal file
5
install/ruby.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
DEFAULT_RUBY_VERSION="3.3.1"
|
||||
|
||||
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
|
||||
rbenv install $DEFAULT_RUBY_VERSION
|
||||
rbenv global $DEFAULT_RUBY_VERSION
|
||||
Reference in New Issue
Block a user