Move rbenv to ruby install and ab to cli apps
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user